Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dscan.c2445 u8 *merged_ie, size_t max_copy_len) in cfg80211_merge_profile() argument
2450 if (sub_elem->datalen > max_copy_len) in cfg80211_merge_profile()
2460 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()
/linux/include/net/
H A Dcfg80211.h7862 u8 *merged_ie, size_t max_copy_len);