Home
last modified time | relevance | path

Searched refs:nonerp_set (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h103 unsigned int nonerp_set:1; member
Dsta_info.c191 if (sta->nonerp_set) { in ap_free_sta()
192 sta->nonerp_set = 0; in ap_free_sta()
Dieee802_11.c4109 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()
4110 sta->nonerp_set = 1; in handle_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h144 unsigned int nonerp_set:1; member
Dsta_info.c230 if (sta->nonerp_set) { in ap_free_sta()
231 sta->nonerp_set = 0; in ap_free_sta()
Dieee802_11.c5692 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()
5693 sta->nonerp_set = 1; in handle_assoc()