Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A 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()
H A Dsta_info.h36 #define WLAN_STA_VHT_OPMODE_ENABLED BIT(20) macro
H A Dap_drv_ops.c439 params.vht_opmode_enabled = !!(flags & WLAN_STA_VHT_OPMODE_ENABLED); in hostapd_sta_add()