Page 1 of 1

WPA/WPA2 Decryption with ESP IDF

Posted: Wed Sep 15, 2021 10:03 am
by amitsharma1598
Iam working on a wlan project with the adafruit feather esp32 development board. I have captured wlan packets with the simple sniffer example program and was easily able to decrypt the encrypted packets in Wireshark (knowing the password and ssid with captured EAPOL packets). I want to know which library and functions present in the ESP IDF can be used for decrypting the captured wlan packets.
If anyone has done it I would appreciate the help.

Thank you