Searched refs:confanother (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain.c255 iface->confanother = optarg;
H A Dwpa_supplicant_i.h64 * confanother - Additional configuration name (file or profile) name
69 const char *confanother; member in struct:wpa_interface
514 char *confanother; member in struct:wpa_supplicant
H A Dwpa_supplicant.c469 os_free(wpa_s->confanother);
470 wpa_s->confanother = NULL;
973 wpa_config_read(wpa_s->confanother, conf);
4801 wpa_s->confanother = os_rel2abs_path(iface->confanother);
4802 wpa_config_read(wpa_s->confanother, wpa_s->conf);

Completed in 76 milliseconds