wpa_supplicant / hostapd
2.5
|
Driver interaction with Linux nl80211/cfg80211 - AP monitor interface Copyright (c) 2003-2004, Instant802 Networks, Inc. Copyright (c) 2005-2006, Devicescape Software, Inc. Copyright (c) 2007, Johannes Berg johan Copyright (c) 2009-2010, Atheros Communications. nes@ sipso luti ons.n etMore...
#include "includes.h"
#include <netpacket/packet.h>
#include <linux/filter.h>
#include "utils/common.h"
#include "utils/eloop.h"
#include "common/ieee802_11_defs.h"
#include "common/ieee802_11_common.h"
#include "linux_ioctl.h"
#include "radiotap_iter.h"
#include "driver_nl80211.h"
Macros | |
#define | PASS 0xFF |
#define | FAIL 0xFE |
Functions | |
void | nl80211_remove_monitor_interface (struct wpa_driver_nl80211_data *drv) |
int | nl80211_create_monitor_interface (struct wpa_driver_nl80211_data *drv) |
int | nl80211_send_monitor (struct wpa_driver_nl80211_data *drv, const void *data, size_t len, int encrypt, int noack) |
Driver interaction with Linux nl80211/cfg80211 - AP monitor interface Copyright (c) 2003-2004, Instant802 Networks, Inc. Copyright (c) 2005-2006, Devicescape Software, Inc. Copyright (c) 2007, Johannes Berg johan Copyright (c) 2009-2010, Atheros Communications. nes@ sipso luti ons.n et