Searched refs:aCWmax (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 183 const int aCWmin = 4, aCWmax = 10; in hostapd_config_defaults() local 185 { aCWmin, aCWmax, 7, 0, 0 }; /* background traffic */ in hostapd_config_defaults() 187 { aCWmin, aCWmax, 3, 0, 0 }; /* best effort traffic */ in hostapd_config_defaults() 193 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in hostapd_config_defaults()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.c | 4586 const int aCWmin = 4, aCWmax = 10; in wpa_config_alloc_empty() local 4588 { aCWmin, aCWmax, 7, 0, 0 }; /* background traffic */ in wpa_config_alloc_empty() 4590 { aCWmin, aCWmax, 3, 0, 0 }; /* best effort traffic */ in wpa_config_alloc_empty() 4596 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in wpa_config_alloc_empty()
|