OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auts
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c
27
* EAP-AKA / UMTS
AUTS
(re-synchronization):
28
* AKA-
AUTS
<IMSI> <
AUTS
> <RAND>
31
* Kc/SRES/RAND/AUTN/IK/CK/RES/
AUTS
as hex strings.
794
char *
auts
, *__rand;
local
798
/* AKA-
AUTS
<IMSI> <
AUTS
> <RAND> */
800
auts
= strchr(imsi, ' ');
801
if (
auts
== NULL)
803
*
auts
++ = '\0'
[
all
...]
/external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h
186
const u8 *nonce_mt, *identity, *res, *
auts
;
member in struct:eap_sim_attrs
/external/wpa_supplicant_8/src/eap_peer/
eap_aka.c
33
u8
auts
[EAP_AKA_AUTS_LEN];
member in struct:eap_aka_data
157
data->ik, data->ck, data->
auts
);
191
data->res, &data->res_len, data->
auts
);
480
eap_sim_msg_add_full(msg, EAP_SIM_AT_AUTS, data->
auts
,
862
"failed (AUTN seq# ->
AUTS
)");
[
all
...]
Completed in 903 milliseconds