OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tncc_read_config_reg
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c
935
static int
tncc_read_config_reg
(struct tncc_data *tncc, HKEY hive)
function
1051
if (
tncc_read_config_reg
(tncc, HKEY_LOCAL_MACHINE) < 0 ||
1052
tncc_read_config_reg
(tncc, HKEY_CURRENT_USER) < 0)
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
929
static int
tncc_read_config_reg
(struct tncc_data *tncc, HKEY hive)
function
1045
if (
tncc_read_config_reg
(tncc, HKEY_LOCAL_MACHINE) < 0 ||
1046
tncc_read_config_reg
(tncc, HKEY_CURRENT_USER) < 0)
Completed in 19 milliseconds