#include <driver.h>
Public Attributes | |
char * | desc |
const char * | drv_name |
char * | ifname |
struct wpa_interface_info * | next |
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)
char* wpa_interface_info::desc |
const char* wpa_interface_info::drv_name |