fix(esp_wifi): skip call to esp_fast_psk() when hardware SHA is not supported

This commit is contained in:
Kapil Gupta
2025-07-16 12:10:43 +05:30
committed by BOT
parent a20fc1a717
commit fe9dbc2b1d
2 changed files with 3 additions and 9 deletions

View File

@@ -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,