HomeSort by relevance Sort by last modified time
    Searched defs:confname (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 98 char *confname = NULL; local
138 confname = os_strdup(entry.str_value);
140 if (confname == NULL)
171 iface.confname = confname;
191 os_free(confname);
    [all...]
dbus_new_handlers.c 506 char *confname = NULL; local
530 confname = os_strdup(entry.str_value);
532 if (confname == NULL)
564 iface.confname = confname;
    [all...]
  /external/wpa_supplicant/
wpa_supplicant_i.h 45 * confname - Configuration name (file or profile) name
51 const char *confname; member in struct:wpa_interface
58 * from the configuration file. If both confname and ctrl_interface are
74 * from the configuration file. If both confname and driver_param are
282 char *confname; member in struct:wpa_supplicant
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 51 * confname - Configuration name (file or profile) name
57 const char *confname; member in struct:wpa_interface
64 * from the configuration file. If both confname and ctrl_interface are
80 * from the configuration file. If both confname and driver_param are
288 char *confname; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 54 * confname - Configuration name (file or profile) name
60 const char *confname; member in struct:wpa_interface
67 * from the configuration file. If both confname and ctrl_interface are
83 * from the configuration file. If both confname and driver_param are
350 char *confname; member in struct:wpa_supplicant

Completed in 31 milliseconds