Hi, all<br><br>wpa_supplicant supports EAP-SIM and EAP-AKA, using winscard dll.<br><br>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.<br>
<br>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.<br><br>
Does anyone have some ideas about it?<br clear="all"><br>Thanks in advance<br>========<br>Baozhong<br>