Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3765 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ACI); in hostapd_config_fill()
3783 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ACI); in hostapd_config_fill()
3801 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ACI); in hostapd_config_fill()
3819 set_he_cap(atoi(pos), HE_MU_AC_PARAM_ACI); in hostapd_config_fill()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2539 #define HE_MU_AC_PARAM_ACI ((u8) (BIT(5) | BIT(6))) macro