wpa_supplicant / hostapd
2.5
|
hostapd / Driver interaction with Atheros driver Copyright (c) 2004, Video54 Technologies Copyright (c) 2005-2007, Jouni Malinen j@w1. Copyright (c) 2009, Atheros Communications fiMore...
#include "includes.h"
#include <net/if.h>
#include <sys/ioctl.h>
#include "common.h"
#include "eloop.h"
#include "common/ieee802_11_defs.h"
#include "l2_packet/l2_packet.h"
#include "p2p/p2p.h"
#include "ieee80211_external.h"
#include "linux_wext.h"
#include "driver.h"
#include "priv_netlink.h"
#include "netlink.h"
#include "linux_ioctl.h"
Data Structures | |
struct | atheros_driver_data |
Macros | |
#define | _BYTE_ORDER _LITTLE_ENDIAN |
#define | ATH_WPS_IE |
#define | ETH_P_80211_RAW 0x0019 |
#define | atheros_set_ap_wps_ie NULL |
#define | MGMT_FRAM_TAG_SIZE 30 /* hardcoded in driver */ |
Variables | |
const struct wpa_driver_ops | wpa_driver_atheros_ops |
hostapd / Driver interaction with Atheros driver Copyright (c) 2004, Video54 Technologies Copyright (c) 2005-2007, Jouni Malinen j@w1. Copyright (c) 2009, Atheros Communications fi