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 850 * @max_chal: Maximum number of triplets
856 * max_chal), -1 (EAP_SIM_DB_FAILURE) on error (e.g., user not found), or
870 const char *username, int max_chal,
910 if (num_chal > max_chal)
911 num_chal = max_chal;
931 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,
627 int count, max_chal, ret; local
638 max_chal = atoi(pos);
639 if (max_chal < 1 || max_chal > EAP_SIM_MAX_CHAL)
640 max_chal = EAP_SIM_MAX_CHAL;
642 max_chal = EAP_SIM_MAX_CHAL;
654 for (count = 0; count < max_chal; count++) {
670 while (count < max_chal && (g = get_gsm_triplet(imsi)))
    [all...]

Completed in 129 milliseconds