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.4/
Dsupplicant.cpp323 iface_params.confanother = kP2pIfaceConfOverlayPath; in addInterfaceInternal()
338 iface_params.confanother = kStaIfaceConfOverlayPath; in addInterfaceInternal()
/external/wpa_supplicant_8/wpa_supplicant/
Dmain.c255 iface->confanother = optarg; in main()
Dwpa_supplicant_i.h71 const char *confanother; member
616 char *confanother; member
Dwpa_supplicant.c559 os_free(wpa_s->confanother); in wpa_supplicant_cleanup()
560 wpa_s->confanother = NULL; in wpa_supplicant_cleanup()
1150 if (wpa_s->confanother && in wpa_supplicant_reload_configuration()
1151 !wpa_config_read(wpa_s->confanother, conf)) { in wpa_supplicant_reload_configuration()
1154 wpa_s->confanother); in wpa_supplicant_reload_configuration()
6361 wpa_s->confanother = os_rel2abs_path(iface->confanother); in wpa_supplicant_init_iface()
6362 if (wpa_s->confanother && in wpa_supplicant_init_iface()
6363 !wpa_config_read(wpa_s->confanother, wpa_s->conf)) { in wpa_supplicant_init_iface()
6366 wpa_s->confanother); in wpa_supplicant_init_iface()