wpa_supplicant EAP-SIM and EAP-AKA auth methods
BaoZhong ZHENG
e13358
Sun Aug 29 20:18:56 PDT 2010
Hi, all
wpa_supplicant supports EAP-SIM and EAP-AKA, using winscard dll.
I am working on Android platform, due to there is no library which
encapsulates SIM card operations such as GSM auth and AKA auth interface, so
I want to change the SIM operations from sync API call to Async message
flow, I means when need to do GSM auth, wpa_supplicant sends one message to
some component which can trigger GSM auth operation, and it will response
the result to wpa_supplicant.
The current point is when I try to break eap_sim_process_challenge func
after send GSM Auth request and return, when results come, I do not find the
way into eap_sim_process_challenge func with GSM Auth results.
Does anyone have some ideas about it?
Thanks in advance
========
Baozhong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.shmoo.com/pipermail/hostap/attachments/20100830/f85455cf/attachment.htm
More information about the Hostap
mailing list