Home
last modified time | relevance | path

Searched refs:cwmax (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h89 int cwmax; member
Dieee802_11_common.c469 ac->cwmax = v; in hostapd_config_wmm_ac()
/external/wpa_supplicant_8/src/ap/
Dwmm.c84 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
Dap_config.h147 int cwmax; member
Dhostapd.c907 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c914 queue->cwmax = atoi(val); in hostapd_config_tx_queue()
915 if (!valid_cw(queue->cwmax)) { in hostapd_config_tx_queue()
917 queue->cwmax); in hostapd_config_tx_queue()