|
@@ -339,7 +339,8 @@ void eapol_sm_erp_flush(struct eapol_sm *sm);
|
|
|
struct wpabuf * eapol_sm_build_erp_reauth_start(struct eapol_sm *sm);
|
|
|
void eapol_sm_process_erp_finish(struct eapol_sm *sm, const u8 *buf,
|
|
|
size_t len);
|
|
|
-int eapol_sm_get_eap_proxy_imsi(void *ctx, char *imsi, size_t *len);
|
|
|
+int eapol_sm_get_eap_proxy_imsi(void *ctx, int sim_num, char *imsi,
|
|
|
+ size_t *len);
|
|
|
int eapol_sm_update_erp_next_seq_num(struct eapol_sm *sm, u16 next_seq_num);
|
|
|
int eapol_sm_get_erp_info(struct eapol_sm *sm, struct eap_peer_config *config,
|
|
|
const u8 **username, size_t *username_len,
|