OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EAP_AKA_AUTN_LEN
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c
89
#define
EAP_AKA_AUTN_LEN
16
720
u8 autn[
EAP_AKA_AUTN_LEN
];
749
memset(autn, '1',
EAP_AKA_AUTN_LEN
);
774
pos += wpa_snprintf_hex(pos, end - pos, autn,
EAP_AKA_AUTN_LEN
);
/external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h
58
#define
EAP_AKA_AUTN_LEN
16
Completed in 26 milliseconds