Searched refs:IW_CUSTOM_MAX (Results 1 – 6 of 6) sorted by relevance
114 buff = rtw_malloc(IW_CUSTOM_MAX); in rtw_report_sec_ie()117 memset(buff, 0, IW_CUSTOM_MAX); in rtw_report_sec_ie()121 len = (len < IW_CUSTOM_MAX) ? len : IW_CUSTOM_MAX; in rtw_report_sec_ie()127 wrqu.data.length = (wrqu.data.length < IW_CUSTOM_MAX) ? in rtw_report_sec_ie()128 wrqu.data.length : IW_CUSTOM_MAX; in rtw_report_sec_ie()
154 buff = kzalloc(IW_CUSTOM_MAX, GFP_ATOMIC); in r8712_report_sec_ie()160 len = (len < IW_CUSTOM_MAX) ? len : IW_CUSTOM_MAX - 1; in r8712_report_sec_ie()166 wrqu.data.length = (wrqu.data.length < IW_CUSTOM_MAX) ? in r8712_report_sec_ie()167 wrqu.data.length : IW_CUSTOM_MAX; in r8712_report_sec_ie()
553 #define IW_CUSTOM_MAX 256 /* In bytes */ macro
2032 int n = snprintf(dest, IW_CUSTOM_MAX, in format_event()2039 BUG_ON(n > IW_CUSTOM_MAX); in format_event()2050 memptr = kmalloc(IW_CUSTOM_MAX, GFP_KERNEL); in send_formatted_event()2068 memptr = kmalloc(IW_CUSTOM_MAX, GFP_KERNEL); in send_simple_event()2071 BUG_ON(n >= IW_CUSTOM_MAX); in send_simple_event()
275 .max_tokens = IW_CUSTOM_MAX,
64 #ifndef IW_CUSTOM_MAX66 #define IW_CUSTOM_MAX 256 /* In bytes */ macro