Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dieee80211-eht.h952 u8 sta_info_len; member
994 return prof->sta_info_len >= info_len && in ieee80211_mle_basic_sta_prof_size_ok()
995 fixed + prof->sta_info_len - 1 <= len; in ieee80211_mle_basic_sta_prof_size_ok()
1073 return prof->sta_info_len >= info_len && in ieee80211_mle_reconf_sta_prof_size_ok()
1074 fixed + prof->sta_info_len - 1 <= len; in ieee80211_mle_reconf_sta_prof_size_ok()
/linux/net/mac80211/
H A Dparse.c968 if (elems->sta_prof_len < sizeof(*prof) + prof->sta_info_len - 1 + 4) { in ieee80211_prep_mle_link_parse()
980 sub->start = prof->variable + prof->sta_info_len - 1 + 4; in ieee80211_prep_mle_link_parse()
H A Dmlme.c5363 elems->prof->sta_info_len - 1; in ieee80211_assoc_config_link()
7401 (prof->sta_info_len - 1), in ieee80211_mgd_check_cross_link_csa()
7403 (prof->sta_info_len - 1), in ieee80211_mgd_check_cross_link_csa()
/linux/net/wireless/
H A Dscan.c3048 mle->sta_prof[i]->sta_info_len - 1; in cfg80211_parse_ml_elem_sta_data()