Home
last modified time | relevance | path

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

/net/mac80211/
A Dparse.c831 struct ieee80211_mle_per_sta_profile *prof = (void *)sub->data; in ieee80211_mle_get_sta_prof() local
842 control = le16_to_cpu(prof->control); in ieee80211_mle_get_sta_prof()
864 elems->prof = (void *)elems_parse->scratch_pos; in ieee80211_mle_get_sta_prof()
878 struct ieee80211_mle_per_sta_profile *prof; in ieee80211_prep_mle_link_parse() local
922 prof = elems->prof; in ieee80211_prep_mle_link_parse()
924 if (!prof) in ieee80211_prep_mle_link_parse()
928 if (elems->sta_prof_len < sizeof(*prof) + prof->sta_info_len - 1 + 4) { in ieee80211_prep_mle_link_parse()
929 elems->prof = NULL; in ieee80211_prep_mle_link_parse()
940 sub->start = prof->variable + prof->sta_info_len - 1 + 4; in ieee80211_prep_mle_link_parse()
941 end = (const u8 *)prof + elems->sta_prof_len; in ieee80211_prep_mle_link_parse()
A Dmlme.c5238 !elems->prof || in ieee80211_assoc_config_link()
5243 const u8 *ptr = elems->prof->variable + in ieee80211_assoc_config_link()
5244 elems->prof->sta_info_len - 1; in ieee80211_assoc_config_link()
6825 u8 *pos = prof->variable; in ieee80211_ml_reconfiguration()
6835 control = le16_to_cpu(prof->control); in ieee80211_ml_reconfiguration()
7187 link_id = le16_get_bits(prof->control, in ieee80211_mgd_check_cross_link_csa()
7209 struct ieee80211_mle_per_sta_profile *prof; in ieee80211_mgd_check_cross_link_csa() local
7235 prof = (void *)sta_profiles[link_id]; in ieee80211_mgd_check_cross_link_csa()
7236 prof_elems = ieee802_11_parse_elems(prof->variable + in ieee80211_mgd_check_cross_link_csa()
7237 (prof->sta_info_len - 1), in ieee80211_mgd_check_cross_link_csa()
[all …]
A Dieee80211_i.h1858 struct ieee80211_mle_per_sta_profile *prof; member
/net/mac80211/tests/
A Delems.c81 KUNIT_EXPECT_NOT_NULL(test, parsed->prof); in mle_defrag()

Completed in 32 milliseconds