Searched refs:NL80211_STA_FLAG_AUTHORIZED (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 1545 * IEEE 802.1X port, i.e., sets/clears %NL80211_STA_FLAG_AUTHORIZED, in 2914 * @NL80211_STA_FLAG_AUTHORIZED: station is authorized (802.1X) 2933 NL80211_STA_FLAG_AUTHORIZED, enumerator
|
H A D | driver_nl80211.c | 4457 f |= BIT(NL80211_STA_FLAG_AUTHORIZED); in sta_flags_nl80211() 5170 nla_put_flag(msg, NL80211_STA_FLAG_AUTHORIZED)) || in wpa_driver_nl80211_sta_set_flags() 6139 upd.mask = BIT(NL80211_STA_FLAG_AUTHORIZED); in wpa_driver_nl80211_set_supp_port() 6141 upd.set = BIT(NL80211_STA_FLAG_AUTHORIZED); in wpa_driver_nl80211_set_supp_port()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 1677 * IEEE 802.1X port, i.e., sets/clears %NL80211_STA_FLAG_AUTHORIZED, in 3247 * @NL80211_STA_FLAG_AUTHORIZED: station is authorized (802.1X) 3266 NL80211_STA_FLAG_AUTHORIZED, enumerator
|
H A D | driver_nl80211.c | 5261 f |= BIT(NL80211_STA_FLAG_AUTHORIZED); in sta_flags_nl80211() 6045 nla_put_flag(msg, NL80211_STA_FLAG_AUTHORIZED)) || in wpa_driver_nl80211_sta_set_flags() 7197 upd.mask = BIT(NL80211_STA_FLAG_AUTHORIZED); 7199 upd.set = BIT(NL80211_STA_FLAG_AUTHORIZED);
|
Completed in 52 milliseconds