Home
last modified time | relevance | path

Searched refs:WLAN_STA_VHT_OPMODE_ENABLED (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_vht.c287 sta->flags &= ~WLAN_STA_VHT_OPMODE_ENABLED; in set_sta_vht_opmode()
291 sta->flags |= WLAN_STA_VHT_OPMODE_ENABLED; in set_sta_vht_opmode()
Dsta_info.h38 #define WLAN_STA_VHT_OPMODE_ENABLED BIT(20) macro
Dap_drv_ops.c448 params.vht_opmode_enabled = !!(flags & WLAN_STA_VHT_OPMODE_ENABLED); in hostapd_sta_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_vht.c447 sta->flags &= ~WLAN_STA_VHT_OPMODE_ENABLED; in set_sta_vht_opmode()
451 sta->flags |= WLAN_STA_VHT_OPMODE_ENABLED; in set_sta_vht_opmode()
Dsta_info.h36 #define WLAN_STA_VHT_OPMODE_ENABLED BIT(20) macro
Dap_drv_ops.c439 params.vht_opmode_enabled = !!(flags & WLAN_STA_VHT_OPMODE_ENABLED); in hostapd_sta_add()