hostapd
Public Attributes | List of all members
wpa_interface_info Struct Reference

struct wpa_interface_info - Network interface information : Pointer to the next interface or NULL if this is the last one : Interface name that can be used with init() or init2() : Human readable adapter description (e.g., vendor/model) or NULL if not available : struct wpa_driver_ops::name (note: unlike other strings, this one is not an allocated copy, i.e., get_interfaces() caller will not free this) More...

#include <driver.h>

Public Attributes

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

Detailed Description

struct wpa_interface_info - Network interface information : Pointer to the next interface or NULL if this is the last one : Interface name that can be used with init() or init2() : Human readable adapter description (e.g., vendor/model) or NULL if not available : struct 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: