Searched refs:ecw2cw (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 148 #define ecw2cw(ecw) ((1 << (ecw)) - 1) in hostapd_config_defaults() macro 162 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in hostapd_config_defaults() 164 { 3, ecw2cw(aCWmin), 4 * (ecw2cw(aCWmin) + 1) - 1, 0}; in hostapd_config_defaults() 166 { 1, (ecw2cw(aCWmin) + 1) / 2 - 1, ecw2cw(aCWmin), 30}; in hostapd_config_defaults() 168 { 1, (ecw2cw(aCWmin) + 1) / 4 - 1, in hostapd_config_defaults() 169 (ecw2cw(aCWmin) + 1) / 2 - 1, 15}; in hostapd_config_defaults() 171 #undef ecw2cw in hostapd_config_defaults()
|