Home
last modified time | relevance | path

Searched refs:sta_info_len (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/mac80211/
H A Dparse.c930 if (elems->sta_prof_len < sizeof(*prof) + prof->sta_info_len - 1 + 4) { in ieee80211_prep_mle_link_parse()
942 sub->start = prof->variable + prof->sta_info_len - 1 + 4; in ieee80211_prep_mle_link_parse()
H A Dmlme.c5157 elems->prof->sta_info_len - 1; in ieee80211_assoc_config_link()
7141 (prof->sta_info_len - 1), in ieee80211_mgd_check_cross_link_csa()
7143 (prof->sta_info_len - 1), in ieee80211_mgd_check_cross_link_csa()
/linux-6.15/include/linux/
H A Dieee80211.h5457 u8 sta_info_len; member
5499 return prof->sta_info_len >= info_len && in ieee80211_mle_basic_sta_prof_size_ok()
5500 fixed + prof->sta_info_len - 1 <= len; in ieee80211_mle_basic_sta_prof_size_ok()
5578 return prof->sta_info_len >= info_len && in ieee80211_mle_reconf_sta_prof_size_ok()
5579 fixed + prof->sta_info_len - 1 <= len; in ieee80211_mle_reconf_sta_prof_size_ok()
/linux-6.15/net/wireless/
H A Dscan.c3044 mle->sta_prof[i]->sta_info_len - 1; in cfg80211_parse_ml_elem_sta_data()