driver_prism54.c File Reference

WPA Supplicant - driver interaction with Linux Prism54.org driver. More...

#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <sys/ioctl.h>
#include <errno.h>
#include "wireless_copy.h"
#include "common.h"
#include "driver.h"
#include "driver_wext.h"
#include "driver_hostap.h"
#include "l2_packet.h"
#include "wpa_supplicant.h"

Include dependency graph for driver_prism54.c:

Go to the source code of this file.

Defines

#define PRISM54_SET_WPA   SIOCIWFIRSTPRIV+12
#define PRISM54_HOSTAPD   SIOCIWFIRSTPRIV+25
#define PRISM54_DROP_UNENCRYPTED   SIOCIWFIRSTPRIV+26

Variables

const struct wpa_driver_ops wpa_driver_prism54_ops


Detailed Description

WPA Supplicant - driver interaction with Linux Prism54.org driver.

Copyright
Copyright (c) 2003-2005, Jouni Malinen <[email protected]> Copyright (c) 2004, Luis R. Rodriguez <[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_prism54.c.


Variable Documentation

const struct wpa_driver_ops wpa_driver_prism54_ops
 

Initial value:

 {
        .name = "prism54",
        .desc = "Prism54.org driver (Intersil Prism GT/Duette/Indigo)",
        .get_bssid = wpa_driver_prism54_get_bssid,
        .get_ssid = wpa_driver_prism54_get_ssid,
        .set_wpa = wpa_driver_prism54_set_wpa,
        .set_key = wpa_driver_prism54_set_key,
        .set_countermeasures = wpa_driver_prism54_set_countermeasures,
        .set_drop_unencrypted = wpa_driver_prism54_set_drop_unencrypted,
        .scan = wpa_driver_prism54_scan,
        .get_scan_results = wpa_driver_prism54_get_scan_results,
        .deauthenticate = wpa_driver_prism54_deauthenticate,
        .disassociate = wpa_driver_prism54_disassociate,
        .associate = wpa_driver_prism54_associate,
        .init = wpa_driver_prism54_init,
        .deinit = wpa_driver_prism54_deinit,
}

Definition at line 370 of file driver_prism54.c.


Generated on Sat May 6 21:14:59 2006 for wpa_supplicant by  doxygen 1.4.2