Lines Matching defs:mac
3059 mwl8k_cmd_set_post_scan(struct ieee80211_hw *hw, const __u8 *mac)
3071 memcpy(cmd->bssid, mac, ETH_ALEN);
3686 struct ieee80211_vif *vif, u8 *mac, bool set)
3722 memcpy(cmd->mbss.mac_addr, mac, ETH_ALEN);
3724 memcpy(cmd->mac_addr, mac, ETH_ALEN);
3737 struct ieee80211_vif *vif, u8 *mac)
3739 return mwl8k_cmd_update_mac_addr(hw, vif, mac, true);
3746 struct ieee80211_vif *vif, u8 *mac)
3748 return mwl8k_cmd_update_mac_addr(hw, vif, mac, false);
4864 /* Set the mac address. */
5936 /* Get config data, mac addrs etc */