I want to implement a 802.1X wireless client in windows 7 using PEAP/MSCHAPv2. The 802.1X protocol is a datalink layer protocol, it uses the EAPOL protocol to encapsulate the packets. However, I don't know what lib can I use to send the EAPOL packets. In windows XP, I could use the winpcap to send and receive the EAPOL packets, In windows 7,the WinPcap can capture the TCP/IP packets,however it fails to capture the EAPOL packets.So how can i use the WinPcap to capture the EAPOL packets?
Asked
Active
Viewed 192 times