OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wpa_msg_cb
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c
292
static wpa_msg_cb_func
wpa_msg_cb
= NULL;
variable
296
wpa_msg_cb
= func;
317
if (
wpa_msg_cb
)
318
wpa_msg_cb
(ctx, level, buf, len);
330
if (!
wpa_msg_cb
)
342
wpa_msg_cb
(ctx, level, buf, len);
/external/wpa_supplicant_8/src/utils/
wpa_debug.c
404
static wpa_msg_cb_func
wpa_msg_cb
= NULL;
variable
408
wpa_msg_cb
= func;
448
if (
wpa_msg_cb
)
449
wpa_msg_cb
(ctx, level, buf, len);
461
if (!
wpa_msg_cb
)
473
wpa_msg_cb
(ctx, level, buf, len);
Completed in 17 milliseconds