Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3768 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ECWMIN); in hostapd_config_fill()
3786 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ECWMIN); in hostapd_config_fill()
3804 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ECWMIN); in hostapd_config_fill()
3822 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ECWMIN); in hostapd_config_fill()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2544 #define HE_MU_AC_PARAM_ECWMIN ((u8) (BIT(0) | BIT(1) | BIT(2) | BIT(3))) macro