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

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;
}