Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/inc/
H A Dwlan_cmn.h151 #define WLAN_VHTCAP_SUP_CHAN_WIDTH_80_160 0x00000008 macro
247 (WLAN_VHTCAP_SUP_CHAN_WIDTH_80_160 | WLAN_VHTCAP_NO_EXT_NSS_BW_SUPPORT)
249 (WLAN_VHTCAP_SUP_CHAN_WIDTH_80_160 | WLAN_VHTCAP_EXT_NSS_BW_SUPPORT_3)
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos.c155 if (vht_cap_info & WLAN_VHTCAP_SUP_CHAN_WIDTH_80_160) in target_if_wifi_pos_get_vht_ch_width()
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c1171 return ((vhtcap & WLAN_VHTCAP_SUP_CHAN_WIDTH_80_160) != 0); in init_deinit_vht_80p80mhz_is_supported()