Searched refs:MAX_CUSTOM_LEN (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_wx.c | 58 #define MAX_CUSTOM_LEN 64 macro 64 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() 230 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in libipw_translate_scan() 240 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: "); in libipw_translate_scan() 245 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), "INVALID "); in libipw_translate_scan() 251 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), "DFS "); in libipw_translate_scan()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 53 #define MAX_CUSTOM_LEN 64 macro 59 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() 127 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan() 137 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 142 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 233 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 46 #define MAX_CUSTOM_LEN 64 macro 52 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() 130 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan() 140 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 145 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 242 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 30 #define MAX_CUSTOM_LEN 64 macro 101 char custom[MAX_CUSTOM_LEN]; in translate_scan() 203 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in translate_scan() 208 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in translate_scan()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 19 #define MAX_CUSTOM_LEN 64 macro 198 custom = kzalloc(MAX_CUSTOM_LEN, GFP_ATOMIC); in translate_scan() 202 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in translate_scan() 207 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in translate_scan()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 55 #define MAX_CUSTOM_LEN 64 macro
|