Searched refs:ecw2cw (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 103 #define ecw2cw(ecw) ((1 << (ecw)) - 1) in hostapd_config_defaults() macro 117 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in hostapd_config_defaults() 119 { 3, ecw2cw(aCWmin), 4 * (ecw2cw(aCWmin) + 1) - 1, 0}; in hostapd_config_defaults() 121 { 1, (ecw2cw(aCWmin) + 1) / 2 - 1, ecw2cw(aCWmin), 30}; in hostapd_config_defaults() 123 { 1, (ecw2cw(aCWmin) + 1) / 4 - 1, in hostapd_config_defaults() 124 (ecw2cw(aCWmin) + 1) / 2 - 1, 15}; in hostapd_config_defaults() 126 #undef ecw2cw in hostapd_config_defaults()
|