Home
last modified time | relevance | path

Searched refs:WLAN_STA_VENDOR_VHT (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_vht.c248 sta->flags |= WLAN_STA_VHT | WLAN_STA_VENDOR_VHT; in copy_sta_vendor_vht()
254 sta->flags &= ~WLAN_STA_VENDOR_VHT; in copy_sta_vendor_vht()
Dsta_info.h39 #define WLAN_STA_VENDOR_VHT BIT(21) macro
Dsta_info.c1616 (flags & WLAN_STA_VENDOR_VHT ? "[VENDOR_VHT]" : ""), in ap_sta_flags_txt()
Dieee802_11.c5228 if (sta && hapd->conf->vendor_vht && (sta->flags & WLAN_STA_VENDOR_VHT)) in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_vht.c410 sta->flags |= WLAN_STA_VHT | WLAN_STA_VENDOR_VHT; in copy_sta_vendor_vht()
416 sta->flags &= ~WLAN_STA_VENDOR_VHT; in copy_sta_vendor_vht()
Dsta_info.h37 #define WLAN_STA_VENDOR_VHT BIT(21) macro
Dsta_info.c1436 (flags & WLAN_STA_VENDOR_VHT ? "[VENDOR_VHT]" : ""), in ap_sta_flags_txt()
Dieee802_11.c3641 if (sta && hapd->conf->vendor_vht && (sta->flags & WLAN_STA_VENDOR_VHT)) in send_assoc_resp()