mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
fix(wifi): Fix crash occuring when station SAE group is not set to SECP256R1
This commit is contained in:
Submodule components/esp_wifi/lib updated: 33a3dd2b54...a23258a3fe
@ -77,7 +77,6 @@ int sae_set_group(struct sae_data *sae, int group)
|
|||||||
/* Unsupported group */
|
/* Unsupported group */
|
||||||
wpa_printf(MSG_DEBUG,
|
wpa_printf(MSG_DEBUG,
|
||||||
"SAE: Group %d not supported by the crypto library", group);
|
"SAE: Group %d not supported by the crypto library", group);
|
||||||
os_free(tmp);
|
|
||||||
return ESP_FAIL;
|
return ESP_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user