Lines Matching refs:wpa_msg_cb
631 static wpa_msg_cb_func wpa_msg_cb = NULL; variable
635 wpa_msg_cb = func; in wpa_msg_register_cb()
679 if (wpa_msg_cb) in wpa_msg()
680 wpa_msg_cb(ctx, level, WPA_MSG_PER_INTERFACE, buf, len); in wpa_msg()
692 if (!wpa_msg_cb) in wpa_msg_ctrl()
708 wpa_msg_cb(ctx, level, WPA_MSG_PER_INTERFACE, buf, len); in wpa_msg_ctrl()
734 if (wpa_msg_cb) in wpa_msg_global()
735 wpa_msg_cb(ctx, level, WPA_MSG_GLOBAL, buf, len); in wpa_msg_global()
747 if (!wpa_msg_cb) in wpa_msg_global_ctrl()
763 wpa_msg_cb(ctx, level, WPA_MSG_GLOBAL, buf, len); in wpa_msg_global_ctrl()
789 if (wpa_msg_cb) in wpa_msg_no_global()
790 wpa_msg_cb(ctx, level, WPA_MSG_NO_GLOBAL, buf, len); in wpa_msg_no_global()
816 if (wpa_msg_cb) in wpa_msg_global_only()
817 wpa_msg_cb(ctx, level, WPA_MSG_ONLY_GLOBAL, buf, len); in wpa_msg_global_only()