Home
last modified time | relevance | path

Searched refs:sta_prof_len (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/wireless/
Dscan.c2412 ssize_t sta_prof_len[IEEE80211_MLD_MAX_NUM_LINKS]; member
2461 res->sta_prof_len[idx] = elem->datalen; in cfg80211_defrag_mle()
2473 if (res->sta_prof_len[idx] < 255) in cfg80211_defrag_mle()
2485 res->sta_prof_len[idx] = in cfg80211_defrag_mle()
2491 if (res->sta_prof_len[idx] < 0) in cfg80211_defrag_mle()
2660 mle->sta_prof_len[i])) in cfg80211_parse_ml_sta_data()
2688 profile_len = (u8 *)mle->sta_prof[i] + mle->sta_prof_len[i] - in cfg80211_parse_ml_sta_data()
/Linux-v6.6/net/mac80211/
Dutil.c1494 ssize_t sta_prof_len; in ieee80211_mle_get_sta_prof() local
1514 sta_prof_len = in ieee80211_mle_get_sta_prof()
1523 if (sta_prof_len < 0) in ieee80211_mle_get_sta_prof()
1527 elems->sta_prof_len = sta_prof_len; in ieee80211_mle_get_sta_prof()
1528 elems->scratch_pos += sta_prof_len; in ieee80211_mle_get_sta_prof()
1572 if (elems->sta_prof_len < sizeof(*prof) + prof->sta_info_len - 1 + 4) { in ieee80211_mle_parse_link()
1574 elems->sta_prof_len = 0; in ieee80211_mle_parse_link()
1585 end = (const u8 *)prof + elems->sta_prof_len; in ieee80211_mle_parse_link()
Dieee80211_i.h1775 size_t sta_prof_len; member