Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_common.c154 int ht_supported(const struct hostapd_hw_modes *mode) in ht_supported() function
Ddriver.h6974 int ht_supported(const struct hostapd_hw_modes *mode);
/hostap-latest/hostapd/
Dctrl_iface.c2863 bool ht_supported = false; in hostapd_maxnss() local
2869 ht_supported = true; in hostapd_maxnss()
2878 if (ht_supported && mcs_set) { in hostapd_maxnss()
/hostap-latest/wpa_supplicant/
Devents.c1015 if (!ht_supported(mode)) { in rate_match()
Dwpa_supplicant.c2902 freq->ht_enabled = ht_supported(mode); in ibss_mesh_setup_freq()