Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsupplicant.cpp289 iface_params.confanother = kP2pIfaceConfOverlayPath; in addInterfaceInternal()
304 iface_params.confanother = kStaIfaceConfOverlayPath; in addInterfaceInternal()
/external/wpa_supplicant_8/wpa_supplicant/
Dmain.c255 iface->confanother = optarg; in main()
Dwpa_supplicant_i.h69 const char *confanother; member
520 char *confanother; member
Dwpa_supplicant.c509 os_free(wpa_s->confanother); in wpa_supplicant_cleanup()
510 wpa_s->confanother = NULL; in wpa_supplicant_cleanup()
1061 if (wpa_s->confanother && in wpa_supplicant_reload_configuration()
1062 !wpa_config_read(wpa_s->confanother, conf)) { in wpa_supplicant_reload_configuration()
1065 wpa_s->confanother); in wpa_supplicant_reload_configuration()
5638 wpa_s->confanother = os_rel2abs_path(iface->confanother); in wpa_supplicant_init_iface()
5639 if (wpa_s->confanother && in wpa_supplicant_init_iface()
5640 !wpa_config_read(wpa_s->confanother, wpa_s->conf)) { in wpa_supplicant_init_iface()
5643 wpa_s->confanother); in wpa_supplicant_init_iface()