Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Drobust_av.c196 if ((qos_elem->mask & SCS_QOS_BIT_MEDIUM_TIME) && in wpas_populate_scs_descriptor_ie()
198 qos_elem->mask &= ~SCS_QOS_BIT_MEDIUM_TIME; in wpas_populate_scs_descriptor_ie()
254 if (qos_elem->mask & SCS_QOS_BIT_MEDIUM_TIME) in wpas_populate_scs_descriptor_ie()
403 if (qos_elem->mask & SCS_QOS_BIT_MEDIUM_TIME && in qos_char_len()
H A Dctrl_iface.c11890 qos_elem->mask |= SCS_QOS_BIT_MEDIUM_TIME; in wpas_ctrl_iface_configure_scs()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2949 #define SCS_QOS_BIT_MEDIUM_TIME ((u16) BIT(7)) macro