Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dhostapd.conf440 wmm_enabled=1
Dconfig_file.c3684 bss->wmm_enabled = atoi(pos); in hostapd_config_fill()
/hostap-latest/src/ap/
Dhs20.c79 if (hapd->conf->wmm_enabled) { in hostapd_eid_osen()
Dneighbor_db.c258 if (hapd->conf->wmm_enabled) { in hostapd_neighbor_set_own_report()
Dwmm.c112 if (!hapd->conf->wmm_enabled) in hostapd_eid_wmm()
Dwpa_auth_ie.c99 if (conf->wmm_enabled) { in wpa_own_rsn_capab()
611 if (conf->wmm_enabled) { in wpa_write_osen()
Dwpa_auth.h193 int wmm_enabled; member
Dap_config.h491 int wmm_enabled; member
Dwpa_auth_glue.c69 wconf->wmm_enabled = conf->wmm_enabled; in hostapd_wpa_auth_conf()
Dhostapd.c141 if (hapd->conf->wmm_enabled < 0) in hostapd_reload_bss()
142 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n | in hostapd_reload_bss()
1497 if (conf->wmm_enabled < 0) in hostapd_setup_bss()
1498 conf->wmm_enabled = hapd->iconf->ieee80211n | in hostapd_setup_bss()
Dap_config.c116 bss->wmm_enabled = -1; in hostapd_config_defaults_bss()
Dieee802_11.c3464 if (wmm_ie && hapd->conf->wmm_enabled) { in check_wmm()
/hostap-latest/src/rsn_supp/
Dwpa_ie.c119 if (sm->wmm_enabled) { in rsn_supp_capab()
Dwpa_i.h232 bool wmm_enabled; member
Dwpa.c4982 sm->wmm_enabled = value; in wpa_sm_set_param()
/hostap-latest/wpa_supplicant/
Dap.c1090 conf->bss[0]->wmm_enabled = 1; in wpa_supplicant_create_ap()