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
98
#define
EAP_AKA_AUTN_LEN
16
739
u8 autn[
EAP_AKA_AUTN_LEN
];
774
memset(autn, '1',
EAP_AKA_AUTN_LEN
);
799
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 87 milliseconds