Home
last modified time | relevance | path

Searched refs:VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_vht.c345 case VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ: in hostapd_get_vht_capab()
348 if (cap & VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ) { in hostapd_get_vht_capab()
349 cap &= ~VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ; in hostapd_get_vht_capab()
H A Dieee802_11_shared.c1076 VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ; in get_tx_parameters()
H A Ddrv_callbacks.c1282 VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ; in hostapd_event_ch_switch()
H A Dhostapd.c4544 VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ; in hostapd_switch_channel_fallback()
/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c634 if (!(vht_caps & VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ)) { in hostapd_set_freq_params()
644 VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ))) { in hostapd_set_freq_params()
H A Dieee802_11_defs.h1359 #define VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ ((u32) BIT(3)) macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c63 VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ)) in is_chanwidth160_supported()
H A Dscan.c3034 VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ))) { in wpas_get_est_tpt()
H A Dwpa_supplicant.c3151 VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ; in ibss_mesh_select_80_160mhz()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c1163 conf->vht_capab |= VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ; in hostapd_config_vht_capab()