How to indicate eapol frame (WDI Driver)

I can indicate data frame when I connect to an open AP. But when I connect to a wpa2 AP, I receive eapol fram from AP, and I indicate them as usual, I didn't get msg2 from NDIS, please someone can tell me why?

Hey Louis,
Just chiming in, are you marking the EAPOL frame with the correct NDIS status, like NDIS_STATUS_MEDIA_SPECIFIC_INDICATION, and using the right OID? Also, double-check if the frame is being dropped due to 802.1X filtering. That could explain why you're not seeing msg2.

1 Like

thank you for your reply! Do you mean EAPOL frame is not indicated via RxInorderDataIndication API? You mean I have to create an OID request and put the EAPOL frame into information buffer?