Searched refs:sta_prof_len (Results 1 – 4 of 4) sorted by relevance
832 ssize_t sta_prof_len; in ieee80211_mle_get_sta_prof() local852 sta_prof_len = in ieee80211_mle_get_sta_prof()861 if (sta_prof_len < 0) in ieee80211_mle_get_sta_prof()865 elems->sta_prof_len = sta_prof_len; in ieee80211_mle_get_sta_prof()866 elems_parse->scratch_pos += sta_prof_len; in ieee80211_mle_get_sta_prof()928 if (elems->sta_prof_len < sizeof(*prof) + prof->sta_info_len - 1 + 4) { in ieee80211_prep_mle_link_parse()930 elems->sta_prof_len = 0; in ieee80211_prep_mle_link_parse()941 end = (const u8 *)prof + elems->sta_prof_len; in ieee80211_prep_mle_link_parse()
1859 size_t sta_prof_len; member
83 parsed->sta_prof_len, in mle_defrag()
2675 ssize_t sta_prof_len[IEEE80211_MLD_MAX_NUM_LINKS]; member2724 res->sta_prof_len[idx] = elem->datalen; in cfg80211_defrag_mle()2736 if (res->sta_prof_len[idx] < 255) in cfg80211_defrag_mle()2748 res->sta_prof_len[idx] = in cfg80211_defrag_mle()2754 if (res->sta_prof_len[idx] < 0) in cfg80211_defrag_mle()3029 mle->sta_prof_len[i])) in cfg80211_parse_ml_elem_sta_data()3057 profile_len = (u8 *)mle->sta_prof[i] + mle->sta_prof_len[i] - in cfg80211_parse_ml_elem_sta_data()
Completed in 25 milliseconds