Searched refs:WLAN_STA_NONERP (Results 1 – 3 of 3) sorted by relevance
42 #define WLAN_STA_NONERP BIT(31) macro
1418 (flags & WLAN_STA_NONERP ? "[NonERP]" : ""), in ap_sta_flags_txt()
3937 sta->flags |= WLAN_STA_NONERP; in handle_assoc()3940 sta->flags &= ~WLAN_STA_NONERP; in handle_assoc()3944 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()