Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf426 wmm_enabled=1
Dconfig_file.c3380 bss->wmm_enabled = atoi(pos);
/external/wpa_supplicant_8/src/ap/
Dhs20.c79 if (hapd->conf->wmm_enabled) { in hostapd_eid_osen()
Dneighbor_db.c244 if (hapd->conf->wmm_enabled) { in hostapd_neighbor_set_own_report()
Dwmm.c119 if (!hapd->conf->wmm_enabled) in hostapd_eid_wmm()
Dwpa_auth_ie.c97 if (conf->wmm_enabled) { in wpa_own_rsn_capab()
460 if (conf->wmm_enabled) { in wpa_write_osen()
Dwpa_auth.h188 int wmm_enabled; member
Dhostapd.c109 if (hapd->conf->wmm_enabled < 0) in hostapd_reload_bss()
110 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_reload_bss()
1172 if (conf->wmm_enabled < 0) in hostapd_setup_bss()
1173 conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_setup_bss()
Dap_config.h457 int wmm_enabled; member
Dwpa_auth_glue.c64 wconf->wmm_enabled = conf->wmm_enabled; in hostapd_wpa_auth_conf()
Dap_config.c111 bss->wmm_enabled = -1; in hostapd_config_defaults_bss()
Dieee802_11.c3885 if (wmm_ie && hapd->conf->wmm_enabled) { in check_wmm()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c947 conf->bss[0]->wmm_enabled = 1; in wpa_supplicant_create_ap()