Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3468 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ECWMIN); in hostapd_config_fill()
3486 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ECWMIN); in hostapd_config_fill()
3504 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ECWMIN); in hostapd_config_fill()
3522 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ECWMIN); in hostapd_config_fill()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h2165 #define HE_MU_AC_PARAM_ECWMIN ((u8) (BIT(0) | BIT(1) | BIT(2) | BIT(3))) macro