Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_config.h1206 bool require_he; member
Dieee802_11.c135 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he) in hostapd_eid_supp_rates()
171 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he && count < 8) { in hostapd_eid_supp_rates()
202 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he) in hostapd_eid_ext_supp_rates()
241 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he) { in hostapd_eid_ext_supp_rates()
3999 if (hapd->iconf->require_he && !(sta->flags & WLAN_STA_HE)) { in __check_assoc_ies()
/hostap-latest/hostapd/
Dconfig_file.c3790 conf->require_he = atoi(pos); in hostapd_config_fill()