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

  /external/wpa_supplicant_6/wpa_supplicant/
config.h 200 * driver_param - Driver interface parameters
207 char *driver_param; member in struct:wpa_config
353 const char *driver_param);
wpa_supplicant_i.h 76 * driver_param - Driver interface parameters
79 * set the driver_param parameters that would have otherwise been read
80 * from the configuration file. If both confname and driver_param are
81 * set, driver_param is used to override the value from configuration
84 const char *driver_param; member in struct:wpa_interface
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 91 char *driver_param = NULL; local
126 driver_param = os_strdup(entry.str_value);
128 if (driver_param == NULL)
164 iface.driver_param = driver_param;
184 os_free(driver_param);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 420 * driver_param - Driver interface parameters
427 char *driver_param; member in struct:wpa_config
790 const char *driver_param);
wpa_supplicant_i.h 74 * driver_param - Driver interface parameters
77 * set the driver_param parameters that would have otherwise been read
78 * from the configuration file. If both confname and driver_param are
79 * set, driver_param is used to override the value from configuration
82 const char *driver_param; member in struct:wpa_interface

Completed in 89 milliseconds