Searched refs:WLAN_STA_NONERP (Results 1 – 3 of 3) sorted by relevance
125 (sta->flags & WLAN_STA_NONERP ? "[NonERP]" : ""), in hostapd_dump_state()
34 #define WLAN_STA_NONERP BIT(31) macro
1039 sta->flags |= WLAN_STA_NONERP; in handle_assoc()1042 sta->flags &= ~WLAN_STA_NONERP; in handle_assoc()1046 if (sta->flags & WLAN_STA_NONERP && !sta->nonerp_set) { in handle_assoc()