Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/include/utils/
Dwpa_debug.h27 #define MSG_WARNING ESP_LOG_WARN macro
34 enum { MSG_MSGDUMP, MSG_DEBUG, MSG_INFO, MSG_WARNING, MSG_ERROR }; enumerator
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c187 wpa_printf(MSG_WARNING, "FT: Invalid group cipher (%d)", in wpa_ft_gen_req_ies()
202 wpa_printf(MSG_WARNING, "FT: Invalid pairwise cipher (%d)", in wpa_ft_gen_req_ies()
223 wpa_printf(MSG_WARNING, "FT: Invalid key management type (%d)", in wpa_ft_gen_req_ies()
336 wpa_printf(MSG_WARNING, "FT: Unsupported pairwise cipher %d", in wpa_ft_install_ptk()
346 wpa_printf(MSG_WARNING, "FT: Failed to set PTK to the driver"); in wpa_ft_install_ptk()
609 wpa_printf(MSG_WARNING, "FT: AES unwrap failed - could not " in wpa_ft_process_gtk_subelem()
618 wpa_printf(MSG_WARNING, "WPA: Unsupported Group Cipher %d", in wpa_ft_process_gtk_subelem()
649 wpa_printf(MSG_WARNING, "WPA: Failed to set GTK to the " in wpa_ft_process_gtk_subelem()
688 wpa_printf(MSG_WARNING, "FT: AES unwrap failed - could not "
704 wpa_printf(MSG_WARNING, "WPA: Failed to set IGTK to the "
Dwpa_ie.c68 wpa_printf(MSG_WARNING, "Invalid group cipher (%d).", in wpa_gen_wpa_ie_wpa()
81 wpa_printf(MSG_WARNING, "Invalid pairwise cipher (%d).", in wpa_gen_wpa_ie_wpa()
149 wpa_printf(MSG_WARNING, "Invalid group cipher (%d).", in wpa_gen_wpa_ie_rsn()
166 wpa_printf(MSG_WARNING, "Invalid pairwise cipher (%d).", in wpa_gen_wpa_ie_rsn()
Dwpa.c490 wpa_printf( MSG_WARNING, in wpa_supplicant_get_pmk()
828 wpa_printf(MSG_WARNING, in wpa_supplicant_check_group_cipher()
837 wpa_printf(MSG_WARNING, in wpa_supplicant_check_group_cipher()
1046 wpa_printf(MSG_WARNING, in wpa_supplicant_install_igtk()
1049 wpa_printf(MSG_WARNING, in wpa_supplicant_install_igtk()
1396 wpa_printf(MSG_WARNING, in wpa_supplicant_activate_ptk()
2044 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, in wpa_sm_rx_eapol()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostpad_wps.c348 wpa_printf(MSG_WARNING, "%s(): invalid signal type=%d", __func__, *sig); in wps_reg_eloop_handler()
Desp_eap_client.c719 wpa_printf(MSG_WARNING, "SSL: Failed to initialize TLS context."); in eap_peer_sm_init()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_mschapv2.c325 wpa_printf(MSG_WARNING, "EAP-MSCHAPV2: Invalid authenticator " in eap_mschapv2_success()
Deap_tls_common.c348 wpa_printf(MSG_WARNING, "SSL: Invalid reassembly state: " in eap_peer_tls_reassemble_fragment()
Deap_ttls.c1020 wpa_printf(MSG_WARNING, "EAP-TTLS: No EAP Message in the " in eap_ttls_process_phase2_eap()
1030 wpa_printf(MSG_WARNING, "EAP-TTLS: Too short Phase 2 EAP " in eap_ttls_process_phase2_eap()
Deap_peap.c1104 wpa_printf(MSG_WARNING, "EAP-PEAP: Failed to select " in eap_peap_process()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c37 wpa_printf(MSG_WARNING, "FT: Unsupported KCK length %u", in wpa_ft_mic()