driver_madwifi.c File Reference

WPA Supplicant - driver interaction with MADWIFI 802.11 driver. More...

#include "includes.h"
#include <sys/ioctl.h>
#include "common.h"
#include "driver.h"
#include "driver_wext.h"
#include "eloop.h"
#include "wpa_supplicant.h"
#include "wpa.h"
#include "wireless_copy.h"
#include <include/compat.h>
#include <net80211/ieee80211.h>
#include <net80211/ieee80211_crypto.h>
#include <net80211/ieee80211_ioctl.h>

Include dependency graph for driver_madwifi.c:

Go to the source code of this file.

Variables

const struct wpa_driver_ops wpa_driver_madwifi_ops


Detailed Description

WPA Supplicant - driver interaction with MADWIFI 802.11 driver.

Copyright
Copyright (c) 2004, Sam Leffler <[email protected]> Copyright (c) 2004-2005, Jouni Malinen <[email protected]>
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.

Definition in file driver_madwifi.c.


Variable Documentation

const struct wpa_driver_ops wpa_driver_madwifi_ops
 

Initial value:

 {
        .name                   = "madwifi",
        .desc                   = "MADWIFI 802.11 support (Atheros, etc.)",
        .get_bssid              = wpa_driver_madwifi_get_bssid,
        .get_ssid               = wpa_driver_madwifi_get_ssid,
        .set_key                = wpa_driver_madwifi_set_key,
        .init                   = wpa_driver_madwifi_init,
        .deinit                 = wpa_driver_madwifi_deinit,
        .set_countermeasures    = wpa_driver_madwifi_set_countermeasures,
        .set_drop_unencrypted   = wpa_driver_madwifi_set_drop_unencrypted,
        .scan                   = wpa_driver_madwifi_scan,
        .get_scan_results       = wpa_driver_madwifi_get_scan_results,
        .deauthenticate         = wpa_driver_madwifi_deauthenticate,
        .disassociate           = wpa_driver_madwifi_disassociate,
        .associate              = wpa_driver_madwifi_associate,
        .set_auth_alg           = wpa_driver_madwifi_set_auth_alg,
        .set_operstate          = wpa_driver_madwifi_set_operstate,
}

Definition at line 549 of file driver_madwifi.c.


Generated on Sun Dec 31 13:50:50 2006 for wpa_supplicant by  doxygen 1.4.2