RE: Require Info on EAP extension development for windows mobile
- From: rt-seb <rtseb@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 21 Feb 2007 01:41:06 -0800
Hello,
"Vijay" wrote:
Hi,Just grab the platform sdk from msdn. The sample code is included there.
Can you provide any links to these contents. I am not sure where can I find
them.
It would be good if I get a look at any sample codes for this.
Sebastian
.
"rt-seb" wrote:
Hello Vijay,
I don't know if it helps but you could take a look at the RRas EAP
sample provided by the PSDK. IIRC this sample code demonstrates
how to handle MPPE-Send/-Receive keys.
Sebastian
"Vijay" wrote:
Hi,
We are developing an EAP module for the Windows Mobile 5.0 as per the
documentation provided at the MSDN site for the EAP extension development.
http://msdn2.microsoft.com/en-gb/library/aa363504.aspx
We succeeded in writing the whole EAP module. The whole EAP authentication
goes through well with the AAA server(RADIUS) with the extension dll we wrote
and we finally receive the outer EAP success, sent as part of the
Access-Accept from RADIUS, which indicates the EAP authentication has
succeeded. Now as per the documentation in MSDN, we are supposed to pass the
MPPE-Send key and MPPE-Recv Key from the RasEapMakeMessage function using the
pUserAttributes member of the pEapOutput structure in the final step. These
keys are supposed to be used in the EAPOL module in the 4way handshake for
the WPA MSK derivation.
But its not much clear on how the pUserAttributes is to be filled with these
keys. We filled in the pUserAttributes pointer from what we can make out from
the following MSDN link in the Remarks section at
http://msdn2.microsoft.com/en-gb/library/aa363518.aspx .
and another section that appears in the EAP Host documentation for Windows
Vista and XP on how MPPE keys are to be handled at
http://msdn2.microsoft.com/en-us/library/aa363636.aspx, which we think might
also be relevant for the EAP extension development. But they don't seem to
work.
We tried a lot of combinations but nothing seems to work. When we
sniffed/traced on Access Point's logs the supplicant doesn't seem to respond
to the EAPOL key request at all as part of the 4 way handshake for the WPA
key(MSK) generation.
There is int much help at the MSDN apart from the above. The following is
the code peice on how we filled in the fields, can anyone check if the code
and tell what is wrong with this and the correct way of doing it
[...]
Thanks,
Vijay
- References:
- Prev by Date: Require Info on EAP extension development for windows mobile
- Next by Date: Re: Deploy the certificate using group policy
- Previous by thread: Require Info on EAP extension development for windows mobile
- Next by thread: Re: Deploy the certificate using group policy
- Index(es):
Relevant Pages
|
Loading