Home
last modified time | relevance | path

Searched refs:WLAN_STA_HT (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c294 sta->flags &= ~WLAN_STA_HT; in copy_sta_ht_capab()
307 sta->flags |= WLAN_STA_HT; in copy_sta_ht_capab()
411 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities) in update_ht_state()
Dsta_info.h21 #define WLAN_STA_HT BIT(11) macro
Dieee802_11.c910 !(sta->flags & WLAN_STA_HT)) { in check_assoc_ies()
1086 if ((sta->flags & (WLAN_STA_HT | WLAN_STA_VHT)) && in check_assoc_ies()
1966 if (sta->flags & WLAN_STA_HT) in handle_assoc_cb()
1977 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in handle_assoc_cb()