Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h42 #define WLAN_STA_NONERP BIT(31) macro
Dieee802_11.c2107 sta->flags |= WLAN_STA_NONERP; in handle_assoc()
2110 sta->flags &= ~WLAN_STA_NONERP; in handle_assoc()
2114 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()
Dsta_info.c1288 (flags & WLAN_STA_NONERP ? "[NonERP]" : ""), in ap_sta_flags_txt()