Home
last modified time | relevance | path

Searched refs:he_supported (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_common.c190 bool he_supported(const struct hostapd_hw_modes *hw_mode, in he_supported() function
201 return hw_mode->he_capab[op_mode].he_supported; in he_supported()
H A Ddriver.h191 u8 he_supported; member
6935 bool he_supported(const struct hostapd_hw_modes *hw_mode,
H A Ddriver_nl80211_capa.c1933 he_capab->he_supported = 1; in phy_info_iftype_copy()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_he.c547 !hapd->iface->current_mode->he_capab[mode].he_supported || in hostapd_get_he_twt_responder()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c243 ssid->mode)].he_supported && in wpas_conf_ap_he_6ghz()
347 ssid->mode)].he_supported && in wpa_supplicant_conf_ap_ht()
431 ssid->mode)].he_supported && in wpa_supplicant_conf_ap_ht()
H A Dscan.c3046 if (hw_mode && hw_mode->he_capab[IEEE80211_MODE_INFRA].he_supported) { in wpas_get_est_tpt()
H A Devents.c1034 if (!he_supported(mode, IEEE80211_MODE_INFRA)) { in rate_match()
H A Dwpa_supplicant.c2918 return mode->he_capab[ieee80211_mode].he_supported; in ibss_mesh_can_use_he()
/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c469 if (!he_cap || !he_cap->he_supported) in hostapd_set_freq_params()