I’m starting a research project related to WiFi, which requires me to analyze the exchange of frames in between a WiFi client and AP during connection setup. Experimental setup: I have a laptop M, capturing WiFi traffic with Wireshark on monitor mode, a device A (running Linux) connecting to a WiFi network via 802.1x authentication, specifically using the EAP-PEAP protocol.
Tag: wpa
Could not connect to wpa_supplicant: wlan0 – re-trying
I work on embedded device and I am configuring the WLAN module (QCA6174 – ath10k driver) with wpa_supplicant. I load the driver modules (backports-20151120): I start the wpa_supplicant (default wpa_supplicant.conf): everything seems to work fine. I see the wlan0 interface,I can scan with iwlist, /var/run/wpa_supplicant/wlan0 exist. But I can not use wpa_cli interface: Do you have any hints how can