Hello,
I have googled this but havn't found any answers just questions.
I want to get wpa-psk with tkip up and running.
at the moment I guess I am not authenticated because I don't get any ip
address from the dhcp.
I use hmac_sha1 algorithm to create the key material (is this the right one
to use?)http://www.deadhat.com/wlancrypto/
http://www.deadhat.com/wlancrypto/password_hashing.c
I don't get any error when I make the ndis requests.
Since I havn't set any KeyIndex on the access point should that be left out
in the NDIS_802_11_KEY?
when I set NDIS_802_11_WEP_STATUS should I use
Ndis802_11Encryption2Enabled or Ndis802_11Encryption2KeyAbsent? (if I try to
use KeyAbsent I get NDIS_STATUS_NOT_ACCEPTED back from the request)
Since I can't think of anything that can be wrong except the key material
(and keyindex - wep_status),
is there somehow I can verify that my key has the correct format?
Since there isn't that many new oids from using wep I assume I shouldn't be
that difficult to get it working.
I have set OID_802_11_AUTHENTICATION_MODE to Ndis802_11AuthModeWPAPSK
the OID_802_11_ENCRYPTION_STATUS as I wrote above not sure which one to use
but it is fairly easy to test a few values to see if it works
so it gets down to OID_802_11_ADD_KEY and with this one I can only think of
the key material.
any ideas?
thanks
/Niklas