Searched refs:IW_CUSTOM_MAX (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/rtl8712/ |
D | mlme_linux.c | 155 buff = kzalloc(IW_CUSTOM_MAX, GFP_ATOMIC); in r8712_report_sec_ie() 161 len = (len < IW_CUSTOM_MAX) ? len : IW_CUSTOM_MAX - 1; in r8712_report_sec_ie() 167 wrqu.data.length = (wrqu.data.length < IW_CUSTOM_MAX) ? in r8712_report_sec_ie() 168 wrqu.data.length : IW_CUSTOM_MAX; in r8712_report_sec_ie()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | mlme_linux.c | 112 buff = rtw_malloc(IW_CUSTOM_MAX); in rtw_report_sec_ie() 115 memset(buff, 0, IW_CUSTOM_MAX); in rtw_report_sec_ie() 119 len = min_t(uint, len, IW_CUSTOM_MAX); in rtw_report_sec_ie() 125 wrqu.data.length = min_t(__u16, wrqu.data.length, IW_CUSTOM_MAX); in rtw_report_sec_ie()
|
/drivers/net/wireless/prism54/ |
D | isl_ioctl.c | 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()
|
/drivers/staging/rtl8192e/ |
D | rtllib.h | 64 #ifndef IW_CUSTOM_MAX 66 #define IW_CUSTOM_MAX 256 /* In bytes */ macro
|