driver_hostap.c File Reference

WPA Supplicant - driver interaction with Linux Host AP 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 "eloop.h"
#include "driver_hostap.h"
#include "l2_packet.h"
#include "wpa_supplicant.h"

Include dependency graph for driver_hostap.c:

Go to the source code of this file.

Variables

const struct wpa_driver_ops wpa_driver_hostap_ops


Detailed Description

WPA Supplicant - driver interaction with Linux Host AP driver.

Copyright
Copyright (c) 2003-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_hostap.c.


Variable Documentation

const struct wpa_driver_ops wpa_driver_hostap_ops
 

Initial value:

 {
        .name = "hostap",
        .desc = "Host AP driver (Intersil Prism2/2.5/3)",
        .get_bssid = wpa_driver_hostap_get_bssid,
        .get_ssid = wpa_driver_hostap_get_ssid,
        .set_wpa = wpa_driver_hostap_set_wpa,
        .set_key = wpa_driver_hostap_set_key,
        .set_countermeasures = wpa_driver_hostap_set_countermeasures,
        .set_drop_unencrypted = wpa_driver_hostap_set_drop_unencrypted,
        .scan = wpa_driver_hostap_scan,
        .get_scan_results = wpa_driver_hostap_get_scan_results,
        .deauthenticate = wpa_driver_hostap_deauthenticate,
        .disassociate = wpa_driver_hostap_disassociate,
        .associate = wpa_driver_hostap_associate,
        .set_auth_alg = wpa_driver_hostap_set_auth_alg,
        .init = wpa_driver_hostap_init,
        .deinit = wpa_driver_hostap_deinit,
}

Definition at line 498 of file driver_hostap.c.


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