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

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_11_ht.c389 sta->flags &= ~WLAN_STA_HT;
402 sta->flags |= WLAN_STA_HT;
506 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities)
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) {
319 if ((sta->flags & WLAN_STA_HT) && sta->ht_capabilities) {
H A Dieee802_11.c2957 !(sta->flags & WLAN_STA_HT)) {
3198 if ((sta->flags & (WLAN_STA_HT | WLAN_STA_VHT)) &&
3408 if (sta->flags & WLAN_STA_HT)
3430 sta->flags & WLAN_STA_HT ? &ht_cap : NULL,
H A Dsta_info.c1434 (flags & WLAN_STA_HT ? "[HT]" : ""),

Completed in 232 milliseconds