I'm trying to program an EAP-based 802.11 wireless authentication protocol.
I've registered my EAP extension and I get a call to my RasEapMakeMessage
function when the first request comes and I service it and send back the
reply. With a wireless sniffer I can see that an EAP_Success is sent back,
but I never get any notification at my level, so I don't know how to continue
the protocol. After the success, I'm supposed to send a challenge back, but I
was expecting the EAP_Success to come back into RasEapMakeMessage.
I'm doing an EAPACTION_SendWithTimeout as my reply, and the help reads that
I'm supposed to fill in the dwIdExpected member of the PPP_EAP_OUTPUT
structure, but that doesn't exist in the Raseapif.h header.
Does anyone have any suggestions ?
Is there another newsgroup that deals with EAP questions ? I've not found a
lot of good information searching.