Lines Matching refs:msg_ctx
38 void *msg_ctx; member
242 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_FAIL "%s", txt); in dpp_auth_fail()
1513 struct dpp_authentication * dpp_auth_init(void *msg_ctx, in dpp_auth_init() argument
1533 auth->msg_ctx = msg_ctx; in dpp_auth_init()
2393 dpp_auth_req_rx(void *msg_ctx, u8 dpp_allowed_roles, int qr_mutual, in dpp_auth_req_rx() argument
2428 wpa_msg(msg_ctx, MSG_INFO, DPP_EVENT_FAIL in dpp_auth_req_rx()
2439 auth->msg_ctx = msg_ctx; in dpp_auth_req_rx()
2617 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_SCAN_PEER_QR_CODE in dpp_auth_req_rx()
2627 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_NOT_COMPATIBLE in dpp_auth_req_rx()
2921 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_NOT_COMPATIBLE in dpp_auth_resp_rx_status()
2928 wpa_msg(auth->msg_ctx, MSG_INFO, in dpp_auth_resp_rx_status()
2934 wpa_msg(auth->msg_ctx, MSG_INFO, in dpp_auth_resp_rx_status()
3059 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_AUTH_DIRECTION "mutual=%d", in dpp_auth_resp_rx()
3170 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_FAIL in dpp_auth_resp_rx()
3771 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx, in dpp_set_configurator() argument
3806 wpa_msg(msg_ctx, MSG_INFO, in dpp_set_configurator()
6380 dpp->msg_ctx = config->msg_ctx; in dpp_global_init()