Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dieee80211.h4993 #define IEEE80211_MLC_BASIC_PRES_EML_CAPA 0x0080 macro
5214 if (!(control & IEEE80211_MLC_BASIC_PRES_EML_CAPA)) in ieee80211_mle_get_eml_cap()
5257 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_get_mld_capa_op()
5294 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_get_ext_mld_capa_op()
5333 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_get_mld_id()
5370 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_size_ok()
/linux-6.15/net/mac80211/
H A Dmlme.c1941 cpu_to_le16(IEEE80211_MLC_BASIC_PRES_EML_CAPA); in ieee80211_assoc_add_ml_elem()