OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auth_challenge_from_tls
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_mschapv2.c
53
int
auth_challenge_from_tls
;
member in struct:eap_mschapv2_data
75
data->
auth_challenge_from_tls
= 1;
111
if (!data->
auth_challenge_from_tls
&&
135
if (!data->
auth_challenge_from_tls
)
/external/wpa_supplicant_8/src/eap_server/
eap_server_mschapv2.c
48
int
auth_challenge_from_tls
;
member in struct:eap_mschapv2_data
70
data->
auth_challenge_from_tls
= 1;
106
if (!data->
auth_challenge_from_tls
&&
130
if (!data->
auth_challenge_from_tls
)
Completed in 114 milliseconds