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.h5109 #define IEEE80211_MLC_BASIC_PRES_EML_CAPA 0x0080 macro
5330 if (!(control & IEEE80211_MLC_BASIC_PRES_EML_CAPA)) in ieee80211_mle_get_eml_cap()
5373 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_get_mld_capa_op()
5417 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_get_ext_mld_capa_op()
5456 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_get_mld_id()
5493 if (control & IEEE80211_MLC_BASIC_PRES_EML_CAPA) in ieee80211_mle_size_ok()
/linux/net/mac80211/
H A Dmlme.c1997 cpu_to_le16(IEEE80211_MLC_BASIC_PRES_EML_CAPA); in ieee80211_assoc_add_ml_elem()