Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwmm.c58 wmm[ac].cwmax = MAX(wmm_conf[ac].cwmax, wmm_reg[ac].min_cwmax); in wmm_set_regulatory_limit()
143 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
Dap_config.c1214 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
1216 int ac_cwmax = conf->wmm_ac_params[queue].cwmax; in hostapd_config_check_cw()
Dap_config.h195 int cwmax; member
Dhostapd.c1380 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwmm.c58 wmm[ac].cwmax = MAX(wmm_conf[ac].cwmax, wmm_reg[ac].min_cwmax); in wmm_set_regulatory_limit()
145 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
Dap_config.c1442 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
1444 int ac_cwmax = conf->wmm_ac_params[queue].cwmax; in hostapd_config_check_cw()
Dhostapd.c1425 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h192 int cwmax; member
204 int cwmax; member
Dieee802_11_common.c755 ac->cwmax = v; in hostapd_config_wmm_ac()
854 queue->cwmax = atoi(val); in hostapd_config_tx_queue()
855 if (!valid_cw(queue->cwmax)) { in hostapd_config_tx_queue()
857 queue->cwmax); in hostapd_config_tx_queue()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.h165 int cwmax; member
Dieee802_11_common.c681 ac->cwmax = v; in hostapd_config_wmm_ac()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c1026 queue->cwmax = atoi(val); in hostapd_config_tx_queue()
1027 if (!valid_cw(queue->cwmax)) { in hostapd_config_tx_queue()
1029 queue->cwmax); in hostapd_config_tx_queue()
DChangeLog234 * increases maximum value accepted for cwmin/cwmax
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DChangeLog277 * increases maximum value accepted for cwmin/cwmax