Home
last modified time | relevance | path

Searched refs:wmm_enabled (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf332 wmm_enabled=1
Dconfig_file.c2587 bss->wmm_enabled = atoi(pos); in hostapd_config_fill()
/external/wpa_supplicant_8/src/ap/
Dhs20.c74 if (hapd->conf->wmm_enabled) { in hostapd_eid_osen()
Dwpa_auth_glue.c46 wconf->wmm_enabled = conf->wmm_enabled; in hostapd_wpa_auth_conf()
Dwmm.c58 if (!hapd->conf->wmm_enabled) in hostapd_eid_wmm()
Dwpa_auth_ie.c225 if (conf->wmm_enabled) { in wpa_write_rsn_ie()
345 if (conf->wmm_enabled) { in wpa_write_osen()
Dwpa_auth.h139 int wmm_enabled; member
Dap_config.h332 int wmm_enabled; member
Dap_config.c86 bss->wmm_enabled = -1; in hostapd_config_defaults_bss()
Dhostapd.c745 if (conf->wmm_enabled < 0) in hostapd_setup_bss()
746 conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_setup_bss()
Dieee802_11.c812 if (wmm_ie && hapd->conf->wmm_enabled) { in check_wmm()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c574 conf->bss[0]->wmm_enabled = 1; in wpa_supplicant_create_ap()