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 906 * @max_chal: Maximum number of triplets
912 * max_chal), -1 (EAP_SIM_DB_FAILURE) on error (e.g., user not found), or
926 const char *username, int max_chal,
966 if (num_chal > max_chal)
967 num_chal = max_chal;
988 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>
33 * IMSI and max_chal are sent as an ASCII string,
591 int count, max_chal, ret; local
602 max_chal = atoi(pos);
603 if (max_chal < 1 || max_chal > EAP_SIM_MAX_CHAL)
604 max_chal = EAP_SIM_MAX_CHAL;
606 max_chal = EAP_SIM_MAX_CHAL;
618 for (count = 0; count < max_chal; count++) {
634 while (count < max_chal && (g = get_gsm_triplet(imsi)))
    [all...]

Completed in 205 milliseconds