Searched refs:NL80211_ATTR_MAC (Results 1 – 3 of 3) sorted by relevance
| /linux/net/wireless/ |
| H A D | nl80211.c | 594 [NL80211_ATTR_MAC] = NLA_POLICY_EXACT_LEN_WARN(ETH_ALEN), 3014 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, in nl80211_send_wiphy() 4216 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, wdev_address(wdev)) || in nl80211_send_iface() 4297 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, in nl80211_send_iface() 4677 info->attrs[NL80211_ATTR_MAC]) { in _nl80211_new_interface() 4678 nla_memcpy(params.macaddr, info->attrs[NL80211_ATTR_MAC], in _nl80211_new_interface() 4929 if (info->attrs[NL80211_ATTR_MAC]) in nl80211_get_key() 4930 mac_addr = nla_data(info->attrs[NL80211_ATTR_MAC]); in nl80211_get_key() 4964 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr)) in nl80211_get_key() 5079 if (info->attrs[NL80211_ATTR_MAC]) in nl80211_set_key() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | nl80211.h | 2992 NL80211_ATTR_MAC, enumerator
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 3556 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, request->mac_addr)) in mac80211_hwsim_send_pmsr_request()
|