|
wpa_supplicant / hostapd 2.0
|
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_results * | wpa_driver_bsd_get_scan_results2 (void *priv) |
Variables | |
| struct wpa_driver_ops | wpa_driver_bsd_ops |
WPA Supplicant - driver interaction with BSD net80211 layer.
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.
1.7.3