Searched refs:WLAN_STA_VHT (Results 1 – 5 of 5) sorted by relevance
339 sta->flags &= ~WLAN_STA_VHT; in copy_sta_vht_capab()352 sta->flags |= WLAN_STA_VHT; in copy_sta_vht_capab()410 sta->flags |= WLAN_STA_VHT | WLAN_STA_VENDOR_VHT; in copy_sta_vendor_vht()
34 #define WLAN_STA_VHT BIT(18) macro
138 if ((sta->flags & WLAN_STA_VHT) && sta->vht_capabilities) { in hostapd_get_sta_tx_rx()308 if ((sta->flags & WLAN_STA_VHT) && sta->vht_capabilities) { in hostapd_ctrl_iface_sta_mib()
2856 !(sta->flags & WLAN_STA_VHT)) { in check_assoc_ies()3068 if ((sta->flags & (WLAN_STA_HT | WLAN_STA_VHT)) && in check_assoc_ies()3281 if (sta->flags & WLAN_STA_VHT) in add_associated_sta()3294 sta->flags & WLAN_STA_VHT ? &vht_cap : NULL, in add_associated_sta()
1422 (flags & WLAN_STA_VHT ? "[VHT]" : ""), in ap_sta_flags_txt()