Searched refs:WLAN_STA_NONERP (Results 1 – 3 of 3) sorted by relevance
42 #define WLAN_STA_NONERP BIT(31) macro
2107 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()
1288 (flags & WLAN_STA_NONERP ? "[NonERP]" : ""), in ap_sta_flags_txt()