HomeSort by: relevance | last modified time | path
    Searched refs:confanother (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
main.c 256 iface->confanother = optarg;
wpa_supplicant_i.h 69 * confanother - Additional configuration name (file or profile) name
74 const char *confanother; member in struct:wpa_interface
712 char *confanother; member in struct:wpa_supplicant
wpa_supplicant.c 571 os_free(wpa_s->confanother);
572 wpa_s->confanother = NULL;
1280 if (wpa_s->confanother &&
1281 !wpa_config_read(wpa_s->confanother, conf, true)) {
1284 wpa_s->confanother);
7216 wpa_s->confanother = os_rel2abs_path(iface->confanother);
7217 if (wpa_s->confanother &&
7218 !wpa_config_read(wpa_s->confanother, wpa_s->conf, true)) {
7221 wpa_s->confanother);
    [all...]

Completed in 55 milliseconds