OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_fname
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/hostapd/
main.c
170
hapd_iface->
config_fname
= os_strdup(config_file);
171
if (hapd_iface->
config_fname
== NULL)
174
conf = hostapd_config_read(hapd_iface->
config_fname
);
202
os_free(hapd_iface->
config_fname
);
291
const char *
config_fname
, int debug)
296
wpa_printf(MSG_ERROR, "Configuration file: %s",
config_fname
);
297
iface = hostapd_init(
config_fname
);
310
config_fname
);
/external/wpa_supplicant_8/src/ap/
hostapd.h
32
struct hostapd_config * (*config_read_cb)(const char *
config_fname
);
248
char *
config_fname
;
member in struct:hostapd_iface
wps_hostapd.c
478
if (hapd->iface->
config_fname
== NULL)
480
len = os_strlen(hapd->iface->
config_fname
) + 5;
484
os_snprintf(tmp_fname, len, "%s-new", hapd->iface->
config_fname
);
486
oconf = fopen(hapd->iface->
config_fname
, "r");
626
if (rename(tmp_fname, hapd->iface->
config_fname
) < 0) {
[
all
...]
hostapd.c
139
if (iface->
config_fname
== NULL) {
150
newconf = iface->interfaces->config_read_cb(iface->
config_fname
);
332
os_free(iface->
config_fname
);
[
all
...]
Completed in 615 milliseconds