Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h1130 bool require_he; member
Dieee802_11.c119 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he) in hostapd_eid_supp_rates()
155 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he && count < 8) { in hostapd_eid_supp_rates()
186 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he) in hostapd_eid_ext_supp_rates()
225 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he) { in hostapd_eid_ext_supp_rates()
3728 if (hapd->iconf->require_he && !(sta->flags & WLAN_STA_HE)) { in __check_assoc_ies()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3487 conf->require_he = atoi(pos); in hostapd_config_fill()