Hi, I try to create a WLAN access point with WPA security mode. And it's works.
I got the code from WLAN Example. But I don't know how to enabled TKIP setting.
Can anyone explain to me how to do it?
regards,
Oslario
Hi, I try to create a WLAN access point with WPA security mode. And it's works.
I got the code from WLAN Example. But I don't know how to enabled TKIP setting.
Can anyone explain to me how to do it?
regards,
Oslario
Hi oslario,
I found a link which talk about TKIP is same as WPA2only.
You can have look at below link:-
http://discussions.europe.nokia.com/...essage.id=7245
Thanks & Regards,
Md.Khalid Ahmad
hi er.khalid, thanks for reply.
In my case, I want to enabled the TKIP programatically. On the AP that I created, I still can change the TKIP to enable, but I need to do this programmatically.
Thanks for the response.
Hi
I think you can do it by
Hopefully this will help you.WirelessAP->WriteUint(EApWlanSecurityMode, EWpa2);
Thanks & Regards,
Md.Khalid Ahmad
Yes, I already try that. But still the TKIP settings doesn't change, it still on "not allowed" state. I must manually change it to "allowed", it's the same when I use WPA mode.
ps: What I mean by manually is I go to phone setting>connection>accesspoint
It seems set the security mode to WPA (not WPA2) will make the TKIP setting set to "allowed".
But I'm curious why we need to change the security mode to change the TKIP setting? Why there is no API to change the TKIP witout changing the security mode?
Because either we choose WPA or WPA2, we can still change the TKIP setting manually.