Searched refs:NL80211_ATTR_MAC (Results 1 – 4 of 4) sorted by relevance
| /linux/net/wireless/ |
| H A D | nl80211.c | 732 [NL80211_ATTR_MAC] = NLA_POLICY_EXACT_LEN_WARN(ETH_ALEN), 3426 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, in nl80211_send_wiphy() 4686 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, wdev_address(wdev)) || in nl80211_send_iface() 4767 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, in nl80211_send_iface() 5148 info->attrs[NL80211_ATTR_MAC]) { in _nl80211_new_interface() 5149 nla_memcpy(params.macaddr, info->attrs[NL80211_ATTR_MAC], in _nl80211_new_interface() 5402 if (info->attrs[NL80211_ATTR_MAC]) in nl80211_get_key() 5403 mac_addr = nla_data(info->attrs[NL80211_ATTR_MAC]); in nl80211_get_key() 5440 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr)) in nl80211_get_key() 5558 if (info->attrs[NL80211_ATTR_MAC]) in nl80211_set_key() [all …]
|
| H A D | pmsr.c | 462 if (info->attrs[NL80211_ATTR_MAC]) { in nl80211_pmsr_start() 465 info->attrs[NL80211_ATTR_MAC], in nl80211_pmsr_start()
|
| /linux/include/uapi/linux/ |
| H A D | nl80211.h | 3203 NL80211_ATTR_MAC, enumerator
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim_main.c | 3764 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, request->mac_addr)) in mac80211_hwsim_send_pmsr_request()
|