mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
Merge branch 'bugfix/wps_scan_log_flood_v5.1' into 'release/v5.1'
fix(wpa_supplicant): Suppress RSN IE print to Verbose level (Backport v5.1) See merge request espressif/esp-idf!31157
This commit is contained in:
commit
08aef5cd64
@ -409,7 +409,7 @@ int wpa_parse_wpa_ie_rsn(const u8 *rsn_ie, size_t rsn_ie_len,
|
|||||||
data->num_pmkid = 0;
|
data->num_pmkid = 0;
|
||||||
data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
|
data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
|
||||||
|
|
||||||
wpa_hexdump(MSG_DEBUG, "rsn_ie", rsn_ie, rsn_ie_len);
|
wpa_hexdump(MSG_MSGDUMP, "rsn_ie", rsn_ie, rsn_ie_len);
|
||||||
if (rsn_ie_len == 0) {
|
if (rsn_ie_len == 0) {
|
||||||
/* No RSN IE - fail silently */
|
/* No RSN IE - fail silently */
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user