Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Drobust_av.c248 if (qos_elem->mask & SCS_QOS_BIT_MSDU_LIFETIME) in wpas_populate_scs_descriptor_ie()
397 if (qos_elem->mask & SCS_QOS_BIT_MSDU_LIFETIME) in qos_char_len()
H A Dctrl_iface.c11878 qos_elem->mask |= SCS_QOS_BIT_MSDU_LIFETIME; in wpas_ctrl_iface_configure_scs()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2947 #define SCS_QOS_BIT_MSDU_LIFETIME ((u16) BIT(5)) macro