Page 1 of 1

How to silence wifi: rsn valid: gcipher=3 ucipher=3 akm=5 messages

Posted: Mon Oct 07, 2019 5:30 am
by axellin
Hi,
I'm using the git master of esp-idf.
I got many of below messages after boot:
I (6668) wifi: rsn valid: gcipher=3 ucipher=3 akm=5
I (6976) wifi: rsn valid: gcipher=3 ucipher=3 akm=5
I (7180) wifi: rsn valid: gcipher=3 ucipher=3 akm=5
...
Is there any way to silence these messages?

Re: How to silence wifi: rsn valid: gcipher=3 ucipher=3 akm=5 messages

Posted: Sun Oct 13, 2019 12:30 pm
by axellin
Looks like I accidently enable WiFi debug log.
Fixed by uncheck "Enable WiFi debug log".

Re: How to silence wifi: rsn valid: gcipher=3 ucipher=3 akm=5 messages

Posted: Tue Jul 20, 2021 8:12 pm
by josival
I had the same problem, and I solved it by disabling the option: "WiFi NVS flash": in make menuconfig, Component config → Wi-Fi

Re: How to silence wifi: rsn valid: gcipher=3 ucipher=3 akm=5 messages

Posted: Tue Dec 07, 2021 4:08 pm
by Jonathan2892
Hey there,

I ran into the same problem, but a observed a strange behaviour. I have an esp32-wrover and an esp32-wroom (esp32-cam). I uploaded the exact same code to both module. On the wrover I do NOT get the "wifi: rsn valid: gcipher=3 ucipher=3 akm=5" messages. But on the wroom they appear all the time...

Has anybody an idea why the modules behave different with the same code?

Kind regards,
Jonathan

Re: How to silence wifi: rsn valid: gcipher=3 ucipher=3 akm=5 messages

Posted: Wed Dec 08, 2021 2:37 am
by ESP_Sprite
You possibly could try erasing the entire flash of the module and re-flashing. Could be that there's some faulty phy parameters lingering in NVS, maybe.