HomeSort by relevance Sort by last modified time
    Searched refs:WPA_TRACE_LEN (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/utils/
trace.h 12 #define WPA_TRACE_LEN 16
19 #define WPA_TRACE_INFO void *btrace[WPA_TRACE_LEN]; int btrace_num;
32 (ptr)->btrace_num = backtrace((ptr)->btrace, WPA_TRACE_LEN)
trace.c 281 void *btrace_res[WPA_TRACE_LEN];
287 if (len > WPA_TRACE_LEN)
288 len = WPA_TRACE_LEN;
os_unix.c 555 const char *func[WPA_TRACE_LEN];
563 res = wpa_trace_calling_func(func, WPA_TRACE_LEN);
641 const char *func[WPA_TRACE_LEN];
649 res = wpa_trace_calling_func(func, WPA_TRACE_LEN);

Completed in 80 milliseconds