Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dscan.c2282 u8 *merged_ie, size_t max_copy_len) in cfg80211_merge_profile() argument
2287 if (sub_elem->datalen > max_copy_len) in cfg80211_merge_profile()
2297 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()
/openbmc/linux/include/net/
H A Dcfg80211.h7022 u8 *merged_ie, size_t max_copy_len);