Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/wireless/
Dscan.c2055 size_t copied_len = sub_elem->datalen; in cfg80211_merge_profile() local
2068 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()
2070 memcpy(merged_ie + copied_len, next_sub->data, in cfg80211_merge_profile()
2072 copied_len += next_sub->datalen; in cfg80211_merge_profile()
2075 return copied_len; in cfg80211_merge_profile()