Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf403 wmm_enabled=1
Dconfig_file.c3330 bss->wmm_enabled = atoi(pos); in hostapd_config_fill()
/external/wpa_supplicant_8/src/ap/
Dhs20.c79 if (hapd->conf->wmm_enabled) { in hostapd_eid_osen()
Dneighbor_db.c187 if (hapd->conf->wmm_enabled) { in hostapd_neighbor_set_own_report()
Dwmm.c53 if (!hapd->conf->wmm_enabled) in hostapd_eid_wmm()
Dwpa_auth_ie.c285 if (conf->wmm_enabled) { in wpa_write_rsn_ie()
410 if (conf->wmm_enabled) { in wpa_write_osen()
Dap_config.h432 int wmm_enabled; member
Dwpa_auth.h185 int wmm_enabled; member
Dwpa_auth_glue.c56 wconf->wmm_enabled = conf->wmm_enabled; in hostapd_wpa_auth_conf()
Dhostapd.c98 if (hapd->conf->wmm_enabled < 0) in hostapd_reload_bss()
99 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_reload_bss()
1101 if (conf->wmm_enabled < 0) in hostapd_setup_bss()
1102 conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_setup_bss()
Dap_config.c99 bss->wmm_enabled = -1; in hostapd_config_defaults_bss()
Dieee802_11.c2494 if (wmm_ie && hapd->conf->wmm_enabled) { in check_wmm()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c811 conf->bss[0]->wmm_enabled = 1; in wpa_supplicant_create_ap()