We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a714eb8 commit f3579ceCopy full SHA for f3579ce
components/wpa_supplicant/esp_supplicant/src/esp_hostap.c
@@ -158,7 +158,7 @@ void *hostap_init(void)
158
auth_conf->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;
159
break;
160
default:
161
- wpa_printf(MSG_DEBUG, "Invalid pairwise cipher (0x%x)", pairwise_cipher);
+ auth_conf->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
162
}
163
164
if (authmode == WIFI_AUTH_WPA2_WPA3_PSK) {
0 commit comments