Home
last modified time | relevance | path

Searched refs:confanother (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmain.c259 iface->confanother = optarg; in wpa_main()
Dwpa_supplicant_i.h72 const char *confanother; member
722 char *confanother; member
Dwpa_supplicant.c569 os_free(wpa_s->confanother); in wpa_supplicant_cleanup()
570 wpa_s->confanother = NULL; in wpa_supplicant_cleanup()
1181 if (wpa_s->confanother && in wpa_supplicant_reload_configuration()
1182 !wpa_config_read(wpa_s->confanother, conf)) { in wpa_supplicant_reload_configuration()
1185 wpa_s->confanother); in wpa_supplicant_reload_configuration()
6611 wpa_s->confanother = os_rel2abs_path(iface->confanother);
6612 if (wpa_s->confanother &&
6613 !wpa_config_read(wpa_s->confanother, wpa_s->conf)) {
6616 wpa_s->confanother);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmain.c259 iface->confanother = optarg; in wpa_main()
Dwpa_supplicant_i.h69 const char *confanother; member
520 char *confanother; member
Dwpa_supplicant.c514 os_free(wpa_s->confanother); in wpa_supplicant_cleanup()
515 wpa_s->confanother = NULL; in wpa_supplicant_cleanup()
1088 if (wpa_s->confanother && in wpa_supplicant_reload_configuration()
1089 !wpa_config_read(wpa_s->confanother, conf)) { in wpa_supplicant_reload_configuration()
1092 wpa_s->confanother); in wpa_supplicant_reload_configuration()
5681 wpa_s->confanother = os_rel2abs_path(iface->confanother);
5682 if (wpa_s->confanother &&
5683 !wpa_config_read(wpa_s->confanother, wpa_s->conf)) {
5686 wpa_s->confanother);