Lines Matching refs:prof
5052 const struct ieee80211_mle_per_sta_profile *prof = (const void *)data; in ieee80211_mle_basic_sta_prof_size_ok() local
5054 u8 fixed = sizeof(*prof); in ieee80211_mle_basic_sta_prof_size_ok()
5060 control = le16_to_cpu(prof->control); in ieee80211_mle_basic_sta_prof_size_ok()
5080 return prof->sta_info_len >= info_len && in ieee80211_mle_basic_sta_prof_size_ok()
5081 fixed + prof->sta_info_len <= len; in ieee80211_mle_basic_sta_prof_size_ok()
5093 ieee80211_mle_basic_sta_prof_bss_param_ch_cnt(const struct ieee80211_mle_per_sta_profile *prof) in ieee80211_mle_basic_sta_prof_bss_param_ch_cnt() argument
5095 u16 control = le16_to_cpu(prof->control); in ieee80211_mle_basic_sta_prof_bss_param_ch_cnt()
5096 const u8 *pos = prof->variable; in ieee80211_mle_basic_sta_prof_bss_param_ch_cnt()
5136 const struct ieee80211_mle_per_sta_profile *prof = (const void *)data; in ieee80211_mle_reconf_sta_prof_size_ok() local
5138 u8 fixed = sizeof(*prof); in ieee80211_mle_reconf_sta_prof_size_ok()
5144 control = le16_to_cpu(prof->control); in ieee80211_mle_reconf_sta_prof_size_ok()
5153 return prof->sta_info_len >= info_len && in ieee80211_mle_reconf_sta_prof_size_ok()
5154 fixed + prof->sta_info_len - 1 <= len; in ieee80211_mle_reconf_sta_prof_size_ok()