Searched refs:NL80211_ATTR_MAC (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 503 [NL80211_ATTR_MAC] = NLA_POLICY_EXACT_LEN_WARN(ETH_ALEN), 2758 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, in nl80211_send_wiphy() 3847 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, wdev_address(wdev)) || in nl80211_send_iface() 3929 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, in nl80211_send_iface() 4263 info->attrs[NL80211_ATTR_MAC]) { in _nl80211_new_interface() 4264 nla_memcpy(params.macaddr, info->attrs[NL80211_ATTR_MAC], in _nl80211_new_interface() 4521 if (info->attrs[NL80211_ATTR_MAC]) in nl80211_get_key() 4522 mac_addr = nla_data(info->attrs[NL80211_ATTR_MAC]); in nl80211_get_key() 4556 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr)) in nl80211_get_key() 4683 if (info->attrs[NL80211_ATTR_MAC]) in nl80211_set_key() [all...] |
H A D | pmsr.c | 299 if (info->attrs[NL80211_ATTR_MAC]) { in nl80211_pmsr_start() 302 info->attrs[NL80211_ATTR_MAC], in nl80211_pmsr_start()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 442 [NL80211_ATTR_MAC] = NLA_POLICY_EXACT_LEN_WARN(ETH_ALEN), 2472 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, in nl80211_send_wiphy() 3094 if (!info->attrs[NL80211_ATTR_MAC]) in nl80211_set_wds_peer() 3106 bssid = nla_data(info->attrs[NL80211_ATTR_MAC]); in nl80211_set_wds_peer() 3461 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, wdev_address(wdev)) || in nl80211_send_iface() 3851 info->attrs[NL80211_ATTR_MAC]) { in nl80211_new_interface() 3852 nla_memcpy(params.macaddr, info->attrs[NL80211_ATTR_MAC], in nl80211_new_interface() 4044 if (info->attrs[NL80211_ATTR_MAC]) in nl80211_get_key() 4045 mac_addr = nla_data(info->attrs[NL80211_ATTR_MAC]); in nl80211_get_key() 4079 nla_put(msg, NL80211_ATTR_MAC, ETH_ALE in nl80211_get_key() [all...] |
H A D | pmsr.c | 278 if (info->attrs[NL80211_ATTR_MAC]) { in nl80211_pmsr_start() 281 info->attrs[NL80211_ATTR_MAC], in nl80211_pmsr_start()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 177 NL80211_ATTR_MAC, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 291 * address of the peer needs to be passed in %NL80211_ATTR_MAC, otherwise the 343 * by %NL80211_ATTR_KEY_IDX and/or %NL80211_ATTR_MAC. 347 * %NL80211_ATTR_KEY_IDX, %NL80211_ATTR_MAC, %NL80211_ATTR_KEY_CIPHER, 350 * or %NL80211_ATTR_MAC. 375 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX. 377 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX. 380 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC 389 * destination %NL80211_ATTR_MAC on the interface identified by 392 * destination %NL80211_ATTR_MAC on the interface identified by 395 * %NL80211_ATTR_MAC vi 2545 NL80211_ATTR_MAC, global() enumerator [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 291 * address of the peer needs to be passed in %NL80211_ATTR_MAC, otherwise the 318 * %NL80211_ATTR_MAC - STA MAC address, used for storing FILS AAD per STA 380 * by %NL80211_ATTR_KEY_IDX and/or %NL80211_ATTR_MAC. %NL80211_ATTR_MAC 388 * %NL80211_ATTR_KEY_IDX, %NL80211_ATTR_MAC, %NL80211_ATTR_KEY_CIPHER, 389 * and %NL80211_ATTR_KEY_SEQ attributes. %NL80211_ATTR_MAC represents 393 * or %NL80211_ATTR_MAC. %NL80211_ATTR_MAC represents peer's MLD address 420 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX. 422 * %NL80211_ATTR_MAC o 2833 NL80211_ATTR_MAC, global() enumerator [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 202 NL80211_ATTR_MAC, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 202 NL80211_ATTR_MAC, enumerator
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 3380 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, request->mac_addr)) in mac80211_hwsim_send_pmsr_request()
|
Completed in 61 milliseconds