Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h93 int cwmin; member
Dieee802_11_common.c460 ac->cwmin = v; in hostapd_config_wmm_ac()
/external/wpa_supplicant_8/src/ap/
Dwmm.c90 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
Dap_config.h141 int cwmin; member
Dhostapd.c830 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin, in hostapd_tx_queue_params()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c861 queue->cwmin = atoi(val); in hostapd_config_tx_queue()
862 if (!valid_cw(queue->cwmin)) { in hostapd_config_tx_queue()
864 queue->cwmin); in hostapd_config_tx_queue()