OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auts_reported
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_aka.c
47
int
auts_reported
; /* whether the current AUTS has been reported to the
member in struct:eap_aka_data
527
data->
auts_reported
= 0;
934
if (!data->
auts_reported
&&
943
data->
auts_reported
= 1;
[
all
...]
/external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c
41
int
auts_reported
; /* whether the current AUTS has been reported to the
member in struct:eap_aka_data
520
data->
auts_reported
= 0;
927
if (!data->
auts_reported
&&
936
data->
auts_reported
= 1;
[
all
...]
Completed in 26 milliseconds