wpa_supplicant / hostapd
2.5
|
Network interface information. More...
#include <driver.h>
Data Fields | |
struct wpa_interface_info * | next |
char * | ifname |
char * | desc |
const char * | drv_name |
Network interface information.
next | Pointer to the next interface or NULL if this is the last one |
ifname | Interface name that can be used with init() or init2() |
desc | Human readable adapter description (e.g., vendor/model) or NULL if not available |
drv_name | 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) |