Lines Matching defs:mac
3063 mwl8k_cmd_set_post_scan(struct ieee80211_hw *hw, const __u8 *mac)
3075 memcpy(cmd->bssid, mac, ETH_ALEN);
3690 struct ieee80211_vif *vif, u8 *mac, bool set)
3726 memcpy(cmd->mbss.mac_addr, mac, ETH_ALEN);
3728 memcpy(cmd->mac_addr, mac, ETH_ALEN);
3741 struct ieee80211_vif *vif, u8 *mac)
3743 return mwl8k_cmd_update_mac_addr(hw, vif, mac, true);
3750 struct ieee80211_vif *vif, u8 *mac)
3752 return mwl8k_cmd_update_mac_addr(hw, vif, mac, false);
4870 /* Set the mac address. */
5944 /* Get config data, mac addrs etc */