Searched refs:WLAN_STA_HE (Results 1 – 5 of 5) sorted by relevance
492 sta->flags &= ~WLAN_STA_HE; in copy_sta_he_capab()505 sta->flags |= WLAN_STA_HE; in copy_sta_he_capab()
44 #define WLAN_STA_HE BIT(24) macro
3994 if (hapd->iconf->require_he && !(sta->flags & WLAN_STA_HE)) { in __check_assoc_ies()4003 if (!(sta->flags & WLAN_STA_HE)) { in __check_assoc_ies()4790 if (sta->flags & WLAN_STA_HE) { in add_associated_sta()4811 sta->flags & WLAN_STA_HE ? &he_cap : NULL, in add_associated_sta()4812 sta->flags & WLAN_STA_HE ? sta->he_capab_len : 0, in add_associated_sta()
380 if ((sta->flags & WLAN_STA_HE) && sta->he_capab) { in hostapd_ctrl_iface_sta_mib()
1740 (flags & WLAN_STA_HE ? "[HE]" : ""), in ap_sta_flags_txt()