Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c114 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()
/linux-4.1.27/drivers/staging/rtl8712/
Dmlme_linux.c154 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()
/linux-4.1.27/include/uapi/linux/
Dwireless.h553 #define IW_CUSTOM_MAX 256 /* In bytes */ macro
/linux-4.1.27/drivers/net/wireless/prism54/
Disl_ioctl.c2032 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()
/linux-4.1.27/net/wireless/
Dwext-core.c275 .max_tokens = IW_CUSTOM_MAX,
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib.h64 #ifndef IW_CUSTOM_MAX
66 #define IW_CUSTOM_MAX 256 /* In bytes */ macro