/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wps_hostapd.c | 86 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()
|
D | sta_info.c | 189 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/ |
D | dpp.h | 172 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
|
D | dpp.c | 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() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server.c | 273 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 …]
|
D | eap.h | 120 void *msg_ctx; member
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_i.h | 287 void *msg_ctx; member
|
D | eap_mschapv2.c | 284 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/ |
D | esp_dpp.c | 715 cfg.msg_ctx = &s_dpp_ctx; in esp_supp_dpp_init()
|
D | esp_eap_client.c | 402 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/ |
D | wpa.c | 2044 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, in wpa_sm_rx_eapol()
|