Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/src/utils/
Dwpabuf.c33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local
34 if (trace->magic != WPABUF_MAGIC) { in wpabuf_overflow()
36 trace->magic); in wpabuf_overflow()
51 struct wpabuf_trace *trace; in wpabuf_resize() local
60 trace = wpabuf_get_trace(buf); in wpabuf_resize()
61 if (trace->magic != WPABUF_MAGIC) { in wpabuf_resize()
63 trace->magic); in wpabuf_resize()
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) + in wpabuf_resize()
84 trace = (struct wpabuf_trace *) nbuf; in wpabuf_resize()
85 buf = (struct wpabuf *) (trace + 1); in wpabuf_resize()
[all …]
DMakefile14 trace.o \
/hostap-latest/tests/hwsim/
Drun-all.sh56 -t | --trace | trace)
59 TRACE=trace
108 SUFFIX=$SUFFIX-trace
DREADME149 ./run-all.sh trace
164 - trace.dat = Linux tracing record (if enabled)
/hostap-latest/tests/remote/
Drun-tests.py80 trace = False
102 trace = True
144 setup_params['trace'] = trace
/hostap-latest/tests/hwsim/vm/
DREADME22 Install the required tools: at least 'kvm', if you want tracing trace-cmd,
/hostap-latest/doc/
Dtesting_tools.doxygen142 The trace code can be enabled with CONFIG_WPA_TRACE=y build
/hostap-latest/hostapd/
Ddefconfig192 # same file, e.g., using trace-cmd.
/hostap-latest/wpa_supplicant/
Dandroid.config372 # same file, e.g., using trace-cmd.
Ddefconfig434 # same file, e.g., using trace-cmd.