Home
last modified time | relevance | path

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

/linux-6.6.21/net/wireless/
Dscan.c2205 u8 *merged_ie, size_t max_copy_len) in cfg80211_merge_profile() argument
2210 if (sub_elem->datalen > max_copy_len) in cfg80211_merge_profile()
2220 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()
/linux-6.6.21/include/net/
Dcfg80211.h7020 u8 *merged_ie, size_t max_copy_len);