Home
last modified time | relevance | path

Searched refs:WLAN_STA_HT (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_ht.c367 sta->flags &= ~WLAN_STA_HT; in copy_sta_ht_capab()
380 sta->flags |= WLAN_STA_HT; in copy_sta_ht_capab()
484 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities) in update_ht_state()
H A Dsta_info.h29 #define WLAN_STA_HT BIT(11) macro
H A Dctrl_iface_ap.c176 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities) { in hostapd_get_sta_info()
356 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities) { in hostapd_ctrl_iface_sta_mib()
H A Dieee802_11.c4525 !(sta->flags & WLAN_STA_HT)) { in check_assoc_ies()
4774 if ((sta->flags & (WLAN_STA_HT | WLAN_STA_VHT)) && in check_assoc_ies()
4995 if (sta->flags & WLAN_STA_HT) in add_associated_sta()
5016 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in add_associated_sta()
H A Dsta_info.c1644 (flags & WLAN_STA_HT ? "[HT]" : ""), in ap_sta_flags_txt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_ht.c389 sta->flags &= ~WLAN_STA_HT; in copy_sta_ht_capab()
402 sta->flags |= WLAN_STA_HT; in copy_sta_ht_capab()
506 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities) in update_ht_state()
H A Dsta_info.h27 #define WLAN_STA_HT BIT(11) macro
H A Dctrl_iface_ap.c150 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities) { in hostapd_get_sta_tx_rx()
319 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities) { in hostapd_ctrl_iface_sta_mib()
H A Dieee802_11.c2957 !(sta->flags & WLAN_STA_HT)) { in check_assoc_ies()
3198 if ((sta->flags & (WLAN_STA_HT | WLAN_STA_VHT)) && in check_assoc_ies()
3408 if (sta->flags & WLAN_STA_HT) in add_associated_sta()
3430 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in add_associated_sta()
H A Dsta_info.c1434 (flags & WLAN_STA_HT ? "[HT]" : ""), in ap_sta_flags_txt()

Completed in 26 milliseconds