fix(wifi): Fix crash occuring when station SAE group is not set to SECP256R1

This commit is contained in:
Shreyas Sheth 2023-09-06 12:58:33 +05:30
parent 79e55b6e92
commit 5004647fb1
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 33a3dd2b545499e8f1d25e5fc6f44de35a45931b
Subproject commit a23258a3fe54bc1833234070dcd2c7a1e1621ebb

View File

@ -77,7 +77,6 @@ int sae_set_group(struct sae_data *sae, int group)
/* Unsupported group */
wpa_printf(MSG_DEBUG,
"SAE: Group %d not supported by the crypto library", group);
os_free(tmp);
return ESP_FAIL;
}