|
wpa_supplicant / hostapd 2.0
|
Wired Ethernet driver interface. More...
#include "includes.h"#include <sys/ioctl.h>#include <net/if.h>#include "common.h"#include "eloop.h"#include "driver.h"Data Structures | |
| struct | ieee8023_hdr |
| struct | wpa_driver_wired_data |
| struct | dhcp_message |
Variables | |
| struct ieee8023_hdr | STRUCT_PACKED |
| struct wpa_driver_ops | wpa_driver_wired_ops |
Wired Ethernet driver interface.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
| struct wpa_driver_ops wpa_driver_wired_ops |
{
.name = "wired",
.desc = "Wired Ethernet driver",
.hapd_init = wired_driver_hapd_init,
.hapd_deinit = wired_driver_hapd_deinit,
.hapd_send_eapol = wired_send_eapol,
.get_ssid = wpa_driver_wired_get_ssid,
.get_bssid = wpa_driver_wired_get_bssid,
.get_capa = wpa_driver_wired_get_capa,
.init = wpa_driver_wired_init,
.deinit = wpa_driver_wired_deinit,
}
1.7.3