Searched refs:aCWmax (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| 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()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | config.c | 4358 const int aCWmin = 4, aCWmax = 10; in wpa_config_alloc_empty() local 4360 { aCWmin, aCWmax, 7, 0, 0 }; /* background traffic */ in wpa_config_alloc_empty() 4362 { aCWmin, aCWmax, 3, 0, 0 }; /* best effort traffic */ in wpa_config_alloc_empty() 4368 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in wpa_config_alloc_empty()
|