diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 06b494ab89..f847af5145 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 06b494ab897d045b87a8b312c8a74662cc31e0d1 +Subproject commit f847af5145d8b311a52fbc4d38f68e1eb569db57 diff --git a/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c b/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c index 97cd6d8621..c193c33483 100644 --- a/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c +++ b/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c @@ -152,7 +152,7 @@ void *hostap_init(void) auth_conf->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; break; default: - wpa_printf(MSG_DEBUG, "Invalid pairwise cipher (0x%x)", pairwise_cipher); + auth_conf->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; } } if (authmode == WIFI_AUTH_WPA2_WPA3_PSK) {