wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
wpa_interface_info Struct Reference

Network interface information. More...

#include <driver.h>

Data Fields

struct wpa_interface_infonext
 
char * ifname
 
char * desc
 
const char * drv_name
 

Detailed Description

Network interface information.

Parameters
nextPointer to the next interface or NULL if this is the last one
ifnameInterface name that can be used with init() or init2()
descHuman readable adapter description (e.g., vendor/model) or NULL if not available
drv_namestruct wpa_driver_ops::name (note: unlike other strings, this one is not an allocated copy, i.e., get_interfaces() caller will not free this)

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