mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
fix(esp_wifi): Set default ap mgmt cipher
This commit is contained in:
@ -158,7 +158,7 @@ void *hostap_init(void)
|
|||||||
auth_conf->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;
|
auth_conf->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;
|
||||||
break;
|
break;
|
||||||
default:
|
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) {
|
if (authmode == WIFI_AUTH_WPA2_WPA3_PSK) {
|
||||||
|
Reference in New Issue
Block a user