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.h1009 u8 sta_info_len; member
1057 return prof->sta_info_len >= info_len && in ieee80211_mle_basic_sta_prof_size_ok()
1058 fixed + prof->sta_info_len - 1 <= len; in ieee80211_mle_basic_sta_prof_size_ok()
1178 return prof->sta_info_len >= info_len && in ieee80211_mle_reconf_sta_prof_size_ok()
1179 fixed + prof->sta_info_len - 1 <= len; in ieee80211_mle_reconf_sta_prof_size_ok()
/linux/net/mac80211/
H A Dparse.c997 if (elems->sta_prof_len < sizeof(*prof) + prof->sta_info_len - 1 + 4) { in ieee80211_prep_mle_link_parse()
1009 sub->start = prof->variable + prof->sta_info_len - 1 + 4; in ieee80211_prep_mle_link_parse()
H A Dmlme.c1566 per_sta->sta_info_len = 1; /* includes itself */ in ieee80211_send_uhr_omp_req_dbe()
5908 elems->prof->sta_info_len - 1; in ieee80211_assoc_config_link()
8029 (prof->sta_info_len - 1), in ieee80211_mgd_check_cross_link_csa()
8031 (prof->sta_info_len - 1), in ieee80211_mgd_check_cross_link_csa()
/linux/net/wireless/
H A Dscan.c3120 /* sta_info_len counts itself */ in cfg80211_parse_ml_elem_sta_data()
3122 mle->sta_prof[i]->sta_info_len - 1; in cfg80211_parse_ml_elem_sta_data()