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

  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.c 24 * SIM-REQ-AUTH <IMSI> <max_chal>
36 * IMSI and max_chal are sent as an ASCII string,
393 int count, max_chal, ret; local
404 max_chal = atoi(pos);
405 if (max_chal < 1 || max_chal < EAP_SIM_MAX_CHAL)
406 max_chal = EAP_SIM_MAX_CHAL;
408 max_chal = EAP_SIM_MAX_CHAL;
420 for (count = 0; count < max_chal; count++) {
436 while (count < max_chal && (g = get_gsm_triplet(imsi)))
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 24 * SIM-REQ-AUTH <IMSI> <max_chal>
36 * IMSI and max_chal are sent as an ASCII string,
394 int count, max_chal, ret; local
405 max_chal = atoi(pos);
406 if (max_chal < 1 || max_chal < EAP_SIM_MAX_CHAL)
407 max_chal = EAP_SIM_MAX_CHAL;
409 max_chal = EAP_SIM_MAX_CHAL;
421 for (count = 0; count < max_chal; count++) {
437 while (count < max_chal && (g = get_gsm_triplet(imsi)))
    [all...]

Completed in 1188 milliseconds