Searched refs:sim_num (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_proxy_dummy.c66 int eap_proxy_get_imsi(struct eap_proxy_sm *eap_proxy, int sim_num, argument
H A Deap_proxy.h43 int eap_proxy_get_imsi(struct eap_proxy_sm *eap_proxy, int sim_num,
H A Deap_config.h785 * sim_num - User selected SIM identifier
790 int sim_num; member in struct:eap_peer_config
H A Deap.h270 * @sim_num: SIM/USIM number to get the IMSI value for
275 int (*get_imsi)(void *ctx, int sim_num, char *imsi, size_t *len);
H A Deap.c493 mnc_len = sm->eapol_cb->get_imsi(sm->eapol_ctx, config->sim_num,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h349 * sim_num - User selected SIM identifier
354 int sim_num; member in struct:wpa_cred
H A Dconfig_file.c248 cred->sim_num = DEFAULT_USER_SELECTED_SIM;
828 INT_DEFe(sim_num, DEFAULT_USER_SELECTED_SIM);
1076 if (cred->sim_num != DEFAULT_USER_SELECTED_SIM)
1077 fprintf(f, "\tsim_num=%d\n", cred->sim_num);
H A Dconfig.c2291 { INTe(sim_num) },
2865 ssid->eap.sim_num = DEFAULT_USER_SELECTED_SIM;
3369 if (os_strcmp(var, "sim_num") == 0) {
3370 cred->sim_num = atoi(value);
3948 cred->sim_num = DEFAULT_USER_SELECTED_SIM;
H A Dinterworking.c1006 ssid->eap.sim_num = cred->sim_num;
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h346 int eapol_sm_get_eap_proxy_imsi(void *ctx, int sim_num, char *imsi,
H A Deapol_supp_sm.c2189 int eapol_sm_get_eap_proxy_imsi(void *ctx, int sim_num, char *imsi, size_t *len) argument
2195 return eap_proxy_get_imsi(sm->eap_proxy, sim_num, imsi, len);

Completed in 228 milliseconds