wpa_interface Struct Reference

Parameters for wpa_supplicant_add_iface(). More...

#include <wpa_supplicant_i.h>


Data Fields

const char * confname
 Configuration name (file or profile) name.
const char * ctrl_interface
 Control interface parameter.
const char * driver
 Driver interface name, or NULL to use the default driver.
const char * driver_param
 Driver interface parameters.
const char * ifname
 Interface name.


Detailed Description

Parameters for wpa_supplicant_add_iface().

Definition at line 36 of file wpa_supplicant_i.h.


Field Documentation

const char* wpa_interface::confname
 

Configuration name (file or profile) name.

This can also be NULL when a configuration file is not used. In that case, ctrl_interface must be set to allow the interface to be configured.

Definition at line 45 of file wpa_supplicant_i.h.

const char* wpa_interface::ctrl_interface
 

Control interface parameter.

If a configuration file is not used, this variable can be used to set the ctrl_interface parameter that would have otherwise been read from the configuration file. If both confname and ctrl_interface are set, ctrl_interface is used to override the value from configuration file.

Definition at line 57 of file wpa_supplicant_i.h.

const char* wpa_interface::driver_param
 

Driver interface parameters.

If a configuration file is not used, this variable can be used to set the driver_param parameters that would have otherwise been read from the configuration file. If both confname and driver_param are set, driver_param is used to override the value from configuration file.

Definition at line 75 of file wpa_supplicant_i.h.


The documentation for this struct was generated from the following file:
Generated on Sat May 6 21:20:24 2006 for wpa_supplicant by  doxygen 1.4.2