OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:home_username
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
config.h
460
*
home_username
- Username for Interworking network selection
462
char *
home_username
;
member in struct:wpa_config
interworking.c
424
if (wpa_s->conf->
home_username
== NULL ||
425
wpa_s->conf->
home_username
[0] == '\0' ||
691
if (wpa_s->conf->
home_username
&& wpa_s->conf->
home_username
[0] &&
693
wpa_s->conf->
home_username
) < 0)
config_file.c
717
if (config->
home_username
)
718
fprintf(f, "
home_username
=%s\n", config->
home_username
);
config.c
[
all
...]
Completed in 90 milliseconds