Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3759 set_he_cap(atoi(pos), HE_MU_AC_PARAM_AIFSN); in hostapd_config_fill()
3777 set_he_cap(atoi(pos), HE_MU_AC_PARAM_AIFSN); in hostapd_config_fill()
3795 set_he_cap(atoi(pos), HE_MU_AC_PARAM_AIFSN); in hostapd_config_fill()
3813 set_he_cap(atoi(pos), HE_MU_AC_PARAM_AIFSN); in hostapd_config_fill()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2537 #define HE_MU_AC_PARAM_AIFSN ((u8) (BIT(0) | BIT(1) | BIT(2) | BIT(3))) macro