mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-05 12:51:31 +00:00
fix(esp_wifi): skip call to esp_fast_psk() when hardware SHA is not supported
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "test_wpa_supplicant_common.h"
|
||||
|
||||
#define PMK_LEN 32
|
||||
#define NUM_ITERATIONS 15
|
||||
#define NUM_ITERATIONS 5
|
||||
#define MIN_PASSPHARSE_LEN 8
|
||||
|
||||
void fastpbkdf2_hmac_sha1(const uint8_t *pw, size_t npw,
|
||||
|
Reference in New Issue
Block a user