HomeSort by relevance Sort by last modified time
    Searched refs:max_chal (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 41 const char *username, int max_chal,
eap_sim_db.c 840 * @max_chal: Maximum number of triplets
846 * max_chal), -1 (EAP_SIM_DB_FAILURE) on error (e.g., user not found), or
860 const char *username, int max_chal,
900 if (num_chal > max_chal)
901 num_chal = max_chal;
921 ret = os_snprintf(msg + len, sizeof(msg) - len, " %d", max_chal);
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 18 * SIM-REQ-AUTH <IMSI> <max_chal>
30 * IMSI and max_chal are sent as an ASCII string,
617 int count, max_chal, ret; local
628 max_chal = atoi(pos);
629 if (max_chal < 1 || max_chal < EAP_SIM_MAX_CHAL)
630 max_chal = EAP_SIM_MAX_CHAL;
632 max_chal = EAP_SIM_MAX_CHAL;
644 for (count = 0; count < max_chal; count++) {
660 while (count < max_chal && (g = get_gsm_triplet(imsi)))
    [all...]

Completed in 59 milliseconds