Searched refs:aCWmin (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/modules/hostap/src/ |
D | supp_main.c | 868 int aCWmin = 4, aCWmax = 10; in hostapd_config_read2() local 870 struct hostapd_wmm_ac_params ac_bk = {aCWmin, aCWmax, 9, 0, 0}; in hostapd_config_read2() 872 struct hostapd_wmm_ac_params ac_be = {aCWmin, aCWmax - 4, 5, 0, 0}; in hostapd_config_read2() 874 struct hostapd_wmm_ac_params ac_vi = {aCWmin - 1, aCWmin, 3, in hostapd_config_read2() 877 struct hostapd_wmm_ac_params ac_vo = {aCWmin - 2, aCWmin - 1, 3, in hostapd_config_read2()
|