Searched refs:NL80211_ATTR_WIPHY (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 2137 if (tb[NL80211_ATTR_WIPHY]) in nl80211_vendor_event() 2138 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in nl80211_vendor_event() 2659 } else if (tb[NL80211_ATTR_WIPHY]) { in process_global_event() 2660 wiphy_idx_rx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in process_global_event()
|
H A D | driver_nl80211_capa.c | 634 if (tb[NL80211_ATTR_WIPHY]) in wiphy_info_handler() 635 drv->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in wiphy_info_handler() 2145 if (nla_put_u32(msg, NL80211_ATTR_WIPHY, drv->wiphy_idx)) { in nl80211_set_regulatory_flags()
|
H A D | nl80211_copy.h | 244 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or 254 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and 257 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME. 266 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also 268 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and 271 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from 339 * regulatory domain. If %NL80211_ATTR_WIPHY is specified and the device 474 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred 610 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the 1344 * @NL80211_ATTR_WIPHY 2352 NL80211_ATTR_WIPHY, global() enumerator [all...] |
H A D | driver_nl80211.c | 605 if (tb[NL80211_ATTR_WIPHY]) in netdev_info_handler() 606 info->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in netdev_info_handler() 678 nla_put_u32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx)) { in nl80211_register_beacons() 8975 nla_put_u32(msg, NL80211_ATTR_WIPHY, drv->wiphy_idx) == 0) { in wpa_driver_nl80211_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_capa.c | 863 if (tb[NL80211_ATTR_WIPHY]) in wiphy_info_handler() 864 drv->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in wiphy_info_handler() 2405 if (nla_put_u32(msg, NL80211_ATTR_WIPHY, drv->wiphy_idx)) { in nl80211_set_regulatory_flags()
|
H A D | driver_nl80211_event.c | 2886 if (tb[NL80211_ATTR_WIPHY]) 2887 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]); 3584 } else if (tb[NL80211_ATTR_WIPHY]) { 3585 wiphy_idx_rx = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
|
H A D | nl80211_copy.h | 310 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or 321 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and 324 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME. 333 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also 335 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and 338 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from 407 * regulatory domain. If %NL80211_ATTR_WIPHY is specified and the device 542 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred 687 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the 1185 * passed using %NL80211_ATTR_SAR_SPEC. %NL80211_ATTR_WIPHY i 2594 NL80211_ATTR_WIPHY, global() enumerator [all...] |
H A D | driver_nl80211.c | 755 if (tb[NL80211_ATTR_WIPHY]) in netdev_info_handler() 756 info->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in netdev_info_handler() 855 nla_put_u32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx)) { in nl80211_register_beacons() 10286 nla_put_u32(msg, NL80211_ATTR_WIPHY, drv->wiphy_idx) == 0) {
|
Completed in 56 milliseconds