Lines Matching refs:mle
5094 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_common_size() local
5095 u16 control = le16_to_cpu(mle->control); in ieee80211_mle_common_size()
5113 return sizeof(*mle) + mle->variable[0]; in ieee80211_mle_common_size()
5126 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_get_link_id() local
5127 u16 control = le16_to_cpu(mle->control); in ieee80211_mle_get_link_id()
5128 const u8 *common = mle->variable; in ieee80211_mle_get_link_id()
5150 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_get_bss_param_ch_cnt() local
5151 u16 control = le16_to_cpu(mle->control); in ieee80211_mle_get_bss_param_ch_cnt()
5152 const u8 *common = mle->variable; in ieee80211_mle_get_bss_param_ch_cnt()
5178 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_get_eml_med_sync_delay() local
5179 u16 control = le16_to_cpu(mle->control); in ieee80211_mle_get_eml_med_sync_delay()
5180 const u8 *common = mle->variable; in ieee80211_mle_get_eml_med_sync_delay()
5207 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_get_eml_cap() local
5208 u16 control = le16_to_cpu(mle->control); in ieee80211_mle_get_eml_cap()
5209 const u8 *common = mle->variable; in ieee80211_mle_get_eml_cap()
5238 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_get_mld_capa_op() local
5239 u16 control = le16_to_cpu(mle->control); in ieee80211_mle_get_mld_capa_op()
5240 const u8 *common = mle->variable; in ieee80211_mle_get_mld_capa_op()
5275 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_get_ext_mld_capa_op() local
5276 u16 control = le16_to_cpu(mle->control); in ieee80211_mle_get_ext_mld_capa_op()
5277 const u8 *common = mle->variable; in ieee80211_mle_get_ext_mld_capa_op()
5314 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_get_mld_id() local
5315 u16 control = le16_to_cpu(mle->control); in ieee80211_mle_get_mld_id()
5316 const u8 *common = mle->variable; in ieee80211_mle_get_mld_id()
5349 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_size_ok() local
5350 u8 fixed = sizeof(*mle); in ieee80211_mle_size_ok()
5358 control = le16_to_cpu(mle->control); in ieee80211_mle_size_ok()
5414 return mle->variable[0] >= common; in ieee80211_mle_size_ok()
5426 const struct ieee80211_multi_link_elem *mle = (const void *)data; in ieee80211_mle_type_ok() local
5432 control = le16_to_cpu(mle->control); in ieee80211_mle_type_ok()