Public Attributes
wpa_interface Struct Reference

#include <wpa_supplicant_i.h>

List of all members.

Public Attributes

const char * bridge_ifname
const char * confname
const char * ctrl_interface
const char * driver
const char * driver_param
const char * ifname

Detailed Description

struct wpa_interface - Parameters for wpa_supplicant_add_iface()

Definition at line 51 of file wpa_supplicant_i.h.


Member Data Documentation

bridge_ifname - Optional bridge interface name

If the driver interface (ifname) is included in a Linux bridge device, the bridge interface may need to be used for receiving EAPOL frames. This can be enabled by setting this variable to enable receiving of EAPOL frames from an additional interface.

Definition at line 101 of file wpa_supplicant_i.h.

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 59 of file wpa_supplicant_i.h.

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 70 of file wpa_supplicant_i.h.

const char* wpa_interface::driver

driver - Driver interface name, or NULL to use the default driver

Definition at line 75 of file wpa_supplicant_i.h.

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 86 of file wpa_supplicant_i.h.

const char* wpa_interface::ifname

ifname - Interface name

Definition at line 91 of file wpa_supplicant_i.h.


The documentation for this struct was generated from the following file:


wpa_supplicant_node
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:33:26