Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h53 unsigned int nonerp_set:1; member
Dsta_info.c143 if (sta->nonerp_set) { in ap_free_sta()
144 sta->nonerp_set = 0; in ap_free_sta()
Dieee802_11.c1046 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()
1047 sta->nonerp_set = 1; in handle_assoc()