wpa_supplicant / hostapd 2.0
Data Structures | Defines | Functions | Variables

driver_bsd.c File Reference

WPA Supplicant - driver interaction with BSD net80211 layer. More...

#include "includes.h"
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#include "common.h"
#include "driver.h"
#include "eloop.h"
#include "common/ieee802_11_defs.h"
#include "common/wpa_common.h"
#include <net/if.h>
#include <net/if_media.h>
#include <net/ethernet.h>
#include <net/route.h>
#include <net80211/ieee80211.h>
#include <net80211/ieee80211_ioctl.h>
#include <net80211/ieee80211_crypto.h>
#include "l2_packet/l2_packet.h"

Data Structures

struct  bsd_driver_data

Defines

#define GETPARAM(drv, param, v)   (((v) = get80211param(drv, param)) != -1)

Functions

struct wpa_scan_resultswpa_driver_bsd_get_scan_results2 (void *priv)

Variables

struct wpa_driver_ops wpa_driver_bsd_ops

Detailed Description

WPA Supplicant - driver interaction with BSD net80211 layer.

Copyright
Copyright (c) 2004, Sam Leffler <sam@errno.com> Copyright (c) 2004, 2Wire, Inc

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines