Home
last modified time | relevance | path

Searched refs:WLAN_STA_NONERP (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h47 #define WLAN_STA_NONERP BIT(31) macro
H A Dsta_info.c1641 (flags & WLAN_STA_NONERP ? "[NonERP]" : ""), in ap_sta_flags_txt()
H A Dieee802_11.c5707 sta->flags |= WLAN_STA_NONERP; in handle_assoc()
5710 sta->flags &= ~WLAN_STA_NONERP; in handle_assoc()
5714 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.h43 #define WLAN_STA_NONERP BIT(31) macro
H A Dsta_info.c1431 (flags & WLAN_STA_NONERP ? "[NonERP]" : ""), in ap_sta_flags_txt()
H A Dieee802_11.c4102 sta->flags |= WLAN_STA_NONERP; in handle_assoc()
4105 sta->flags &= ~WLAN_STA_NONERP; in handle_assoc()
4109 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()

Completed in 20 milliseconds