Searched refs:aCWmax (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.c | 182 const int aCWmin = 4, aCWmax = 10; in hostapd_config_defaults() local 184 { aCWmin, aCWmax, 7, 0, 0 }; /* background traffic */ in hostapd_config_defaults() 186 { aCWmin, aCWmax, 3, 0, 0 }; /* best effort traffic */ in hostapd_config_defaults() 192 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in hostapd_config_defaults()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.c | 160 const int aCWmin = 4, aCWmax = 10; in hostapd_config_defaults() local 162 { aCWmin, aCWmax, 7, 0, 0 }; /* background traffic */ in hostapd_config_defaults() 164 { aCWmin, aCWmax, 3, 0, 0 }; /* best effort traffic */ in hostapd_config_defaults() 170 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in hostapd_config_defaults()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.c | 4529 const int aCWmin = 4, aCWmax = 10; in wpa_config_alloc_empty() local 4531 { aCWmin, aCWmax, 7, 0, 0 }; /* background traffic */ in wpa_config_alloc_empty() 4533 { aCWmin, aCWmax, 3, 0, 0 }; /* best effort traffic */ in wpa_config_alloc_empty() 4539 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in wpa_config_alloc_empty()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.c | 4074 const int aCWmin = 4, aCWmax = 10; in wpa_config_alloc_empty() local 4076 { aCWmin, aCWmax, 7, 0, 0 }; /* background traffic */ in wpa_config_alloc_empty() 4078 { aCWmin, aCWmax, 3, 0, 0 }; /* best effort traffic */ in wpa_config_alloc_empty()
|
Completed in 15 milliseconds