Searched refs:MSG_WARNING (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpa_debug.h | 27 #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/ |
D | wpa_ft.c | 187 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 "
|
D | wpa_ie.c | 68 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()
|
D | wpa.c | 490 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/ |
D | esp_hostpad_wps.c | 348 wpa_printf(MSG_WARNING, "%s(): invalid signal type=%d", __func__, *sig); in wps_reg_eloop_handler()
|
D | esp_eap_client.c | 719 wpa_printf(MSG_WARNING, "SSL: Failed to initialize TLS context."); in eap_peer_sm_init()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_mschapv2.c | 325 wpa_printf(MSG_WARNING, "EAP-MSCHAPV2: Invalid authenticator " in eap_mschapv2_success()
|
D | eap_tls_common.c | 348 wpa_printf(MSG_WARNING, "SSL: Invalid reassembly state: " in eap_peer_tls_reassemble_fragment()
|
D | eap_ttls.c | 1020 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()
|
D | eap_peap.c | 1104 wpa_printf(MSG_WARNING, "EAP-PEAP: Failed to select " in eap_peap_process()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 37 wpa_printf(MSG_WARNING, "FT: Unsupported KCK length %u", in wpa_ft_mic()
|