Home
last modified time | relevance | path

Searched refs:ecw2cw (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.c115 #define ecw2cw(ecw) ((1 << (ecw)) - 1) in hostapd_config_defaults() macro
129 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 }; in hostapd_config_defaults()
131 { 3, ecw2cw(aCWmin), 4 * (ecw2cw(aCWmin) + 1) - 1, 0}; in hostapd_config_defaults()
133 { 1, (ecw2cw(aCWmin) + 1) / 2 - 1, ecw2cw(aCWmin), 30}; in hostapd_config_defaults()
135 { 1, (ecw2cw(aCWmin) + 1) / 4 - 1, in hostapd_config_defaults()
136 (ecw2cw(aCWmin) + 1) / 2 - 1, 15}; in hostapd_config_defaults()
138 #undef ecw2cw in hostapd_config_defaults()