OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_file
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/radius/
radius_server.h
25
*
client_file
- RADIUS client configuration file
35
char *
client_file
;
member in struct:radius_server_conf
radius_server.c
1082
radius_server_read_clients(const char *
client_file
, int ipv6)
1095
f = fopen(
client_file
, "r");
1097
RADIUS_ERROR("Could not open client file '%s'",
client_file
);
1223
RADIUS_ERROR("Invalid line %d in '%s'", line,
client_file
);
[
all
...]
/external/wpa_supplicant_8/src/ap/
authsrv.c
93
srv.
client_file
= conf->radius_server_clients;
Completed in 79 milliseconds