Searched refs:wpa_msg_cb (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/utils/ |
| HD | wpa_debug.c | 622 static wpa_msg_cb_func wpa_msg_cb = NULL; variable 626 wpa_msg_cb = func; in wpa_msg_register_cb() 670 if (wpa_msg_cb) in wpa_msg() 671 wpa_msg_cb(ctx, level, WPA_MSG_PER_INTERFACE, buf, len); in wpa_msg() 683 if (!wpa_msg_cb) in wpa_msg_ctrl() 699 wpa_msg_cb(ctx, level, WPA_MSG_PER_INTERFACE, buf, len); in wpa_msg_ctrl() 725 if (wpa_msg_cb) in wpa_msg_global() 726 wpa_msg_cb(ctx, level, WPA_MSG_GLOBAL, buf, len); in wpa_msg_global() 738 if (!wpa_msg_cb) in wpa_msg_global_ctrl() 754 wpa_msg_cb(ctx, level, WPA_MSG_GLOBAL, buf, len); in wpa_msg_global_ctrl() [all …]
|