Home
last modified time | relevance | path

Searched refs:vht_caps (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.h48 int center_segment1, u32 vht_caps,
H A Dhw_features_common.c461 int center_segment1, u32 vht_caps, in hostapd_set_freq_params() argument
634 if (!(vht_caps & VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ)) { in hostapd_set_freq_params()
643 if (!(vht_caps & (VHT_CAP_SUPP_CHAN_WIDTH_160MHZ | in hostapd_set_freq_params()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c3068 u32 vht_caps = 0; in ibss_mesh_select_80_160mhz() local
3150 vht_caps |= in ibss_mesh_select_80_160mhz()
3161 vht_caps |= VHT_CAP_SUPP_CHAN_WIDTH_160MHZ; in ibss_mesh_select_80_160mhz()
3165 vht_caps |= VHT_CAP_SUPP_CHAN_WIDTH_160MHZ; in ibss_mesh_select_80_160mhz()
3177 chwidth, seg0, seg1, vht_caps, in ibss_mesh_select_80_160mhz()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.h1911 __le32 vht_caps; member
H A Dwmi-tlv.c2887 cmd->vht_caps = __cpu_to_le32(arg->peer_vht_caps); in ath10k_wmi_tlv_op_gen_peer_assoc()