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