wpa_supplicant / hostapd 2.0
Data Structures | Variables

driver_wired.c File Reference

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

Detailed Description

Wired Ethernet driver interface.

Copyright
Copyright (c) 2005-2009, Jouni Malinen <j@w1.fi> Copyright (c) 2004, Gunter Burchardt <tira@isx.de>

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.


Variable Documentation

struct wpa_driver_ops wpa_driver_wired_ops
Initial value:
 {
        .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,
}
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines