Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dwpa_debug.c591 static wpa_msg_cb_func wpa_msg_cb = NULL; variable
595 wpa_msg_cb = func; in wpa_msg_register_cb()
639 if (wpa_msg_cb) in wpa_msg()
640 wpa_msg_cb(ctx, level, WPA_MSG_PER_INTERFACE, buf, len); in wpa_msg()
652 if (!wpa_msg_cb) in wpa_msg_ctrl()
668 wpa_msg_cb(ctx, level, WPA_MSG_PER_INTERFACE, buf, len); in wpa_msg_ctrl()
694 if (wpa_msg_cb) in wpa_msg_global()
695 wpa_msg_cb(ctx, level, WPA_MSG_GLOBAL, buf, len); in wpa_msg_global()
707 if (!wpa_msg_cb) in wpa_msg_global_ctrl()
723 wpa_msg_cb(ctx, level, WPA_MSG_GLOBAL, buf, len); in wpa_msg_global_ctrl()
[all …]