Lines Matching defs:prof
851 struct ieee80211_mle_per_sta_profile *prof = (void *)sub->data;
862 control = le16_to_cpu(prof->control);
884 elems->prof = (void *)elems_parse->scratch_pos;
898 struct ieee80211_mle_per_sta_profile *prof;
942 prof = elems->prof;
944 if (!prof)
948 if (elems->sta_prof_len < sizeof(*prof) + prof->sta_info_len - 1 + 4) {
949 elems->prof = NULL;
960 sub->start = prof->variable + prof->sta_info_len - 1 + 4;
961 end = (const u8 *)prof + elems->sta_prof_len;