mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: Change the verbosity of wpa_supplicant log.
This commit is contained in:
parent
f23dcd3555
commit
40ae2037bc
@ -6111,7 +6111,7 @@ int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd)
|
||||
hexstr2bin(key, privkey, privkey_len) < 0)
|
||||
goto fail;
|
||||
}
|
||||
wpa_hexdump(MSG_ERROR, "private key", privkey, privkey_len);
|
||||
wpa_hexdump(MSG_DEBUG, "private key", privkey, privkey_len);
|
||||
|
||||
pk = dpp_keygen(bi, curve, privkey, privkey_len);
|
||||
if (!pk)
|
||||
|
@ -435,7 +435,7 @@ int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
|
||||
network_ctx,
|
||||
bssid);
|
||||
if (sm->cur_pmksa) {
|
||||
wpa_hexdump(MSG_ERROR, "RSN: PMKSA cache entry found - PMKID",
|
||||
wpa_hexdump(MSG_DEBUG, "RSN: PMKSA cache entry found - PMKID",
|
||||
sm->cur_pmksa->pmkid, PMKID_LEN);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user