Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dieee80211.h4959 #define IEEE80211_MLC_BASIC_PRES_EML_CAPA 0x0080 macro
5178 if (!(control & IEEE80211_MLC_BASIC_PRES_EML_CAPA)) in ieee80211_mle_get_eml_cap()
5221 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_get_mld_capa_op()
5256 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_get_mld_id()
5293 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_size_ok()
/linux/net/mac80211/
H A Dmlme.c1701 cpu_to_le16(IEEE80211_MLC_BASIC_PRES_EML_CAPA); in ieee80211_assoc_add_ml_elem()