HomeSort by: relevance | last modified time | path
    Searched defs:auts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/
hlr_auc_gw.c 30 * EAP-AKA / UMTS AUTS (re-synchronization):
31 * AKA-AUTS <IMSI> <AUTS> <RAND>
34 * Kc/SRES/RAND/AUTN/IK/CK/RES/AUTS as hex strings.
813 char *auts, *__rand; local
819 /* AKA-AUTS <IMSI> <AUTS> <RAND> */
821 auts = strchr(imsi, ' ');
822 if (auts == NULL)
824 *auts++ = '\0'
    [all...]
  /src/external/bsd/wpa/dist/src/eap_common/
eap_sim_common.h 186 const u8 *nonce_mt, *identity, *res, *auts; member in struct:eap_sim_attrs
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_aka.c 34 u8 auts[EAP_AKA_AUTS_LEN]; member in struct:eap_aka_data
177 os_memset(data->auts, 0, EAP_AKA_AUTS_LEN);
228 if (os_strncmp(resp, "UMTS-AUTS:", 10) == 0) {
230 if (hexstr2bin(pos, data->auts, EAP_AKA_AUTS_LEN) < 0)
232 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: AUTS", data->auts,
302 data->ik, data->ck, data->auts);
336 data->res, &data->res_len, data->auts);
629 eap_sim_msg_add_full(msg, EAP_SIM_AT_AUTS, data->auts,
1148 "failed (AUTN seq# -> AUTS)");
    [all...]

Completed in 53 milliseconds