mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(wifi): Fix crash occuring when station SAE group is not set to SECP256R1
This commit is contained in:
parent
79e55b6e92
commit
5004647fb1
@ -1 +1 @@
|
||||
Subproject commit 33a3dd2b545499e8f1d25e5fc6f44de35a45931b
|
||||
Subproject commit a23258a3fe54bc1833234070dcd2c7a1e1621ebb
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user