Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c86 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_REG_SUCCESS MACSTR " %s", in hostapd_wps_reg_success_cb()
108 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_SETUP_UNLOCKED); in hostapd_wps_reenable_ap_pin()
211 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_SUCCESS); in hostapd_wps_event_cb()
218 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_OVERLAP); in hostapd_wps_event_cb()
222 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_TIMEOUT); in hostapd_wps_event_cb()
227 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_ACTIVE); in hostapd_wps_event_cb()
231 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_DISABLE); in hostapd_wps_event_cb()
397 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_CANCEL); in wps_cancel()
418 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_PIN_DISABLED); in hostapd_wps_ap_pin_timeout()
429 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_SETUP_UNLOCKED); in hostapd_wps_ap_pin_enable()
Dsta_info.c189 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, in ap_sta_delayed_1x_auth_fail_cb()
201 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, in ap_sta_delayed_1x_auth_fail_disconnect()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h172 void *msg_ctx; member
233 void *msg_ctx; member
447 struct dpp_authentication * dpp_auth_init(void *msg_ctx,
455 dpp_auth_req_rx(void *msg_ctx, u8 dpp_allowed_roles, int qr_mutual,
481 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
526 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi,
530 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx,
581 void *msg_ctx; member
Ddpp.c38 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()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server.c273 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_STARTED in SM_STATE()
305 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD in SM_STATE()
330 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_RETRANSMIT MACSTR, in SM_STATE()
591 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD in SM_STATE()
647 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, in SM_STATE()
662 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_FAILURE in SM_STATE()
679 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_SUCCESS in SM_STATE()
766 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_FAILURE in erp_send_finish_reauth()
794 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_SUCCESS in erp_send_finish_reauth()
1030 wpa_msg(sm->cfg->msg_ctx, MSG_INFO, WPA_EVENT_EAP_RETRANSMIT2 MACSTR, in SM_STATE()
[all …]
Deap.h120 void *msg_ctx; member
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_i.h287 void *msg_ctx; member
Deap_mschapv2.c284 wpa_msg(sm->msg_ctx, MSG_INFO, in eap_mschapv2_password_changed()
450 wpa_msg(sm->msg_ctx, MSG_INFO, in eap_mschapv2_failure_txt()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c715 cfg.msg_ctx = &s_dpp_ctx; in esp_supp_dpp_init()
Desp_eap_client.c402 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD in eap_sm_process_request()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c2044 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, in wpa_sm_rx_eapol()