hostapd / Initialization and configuration Host AP kernel driver More...
Go to the source code of this file.
Data Structures | |
struct | ieee8023_hdr |
struct | ieee80211_hdr |
Defines | |
#define | ETH_ALEN 6 |
#define | ETH_P_ALL 0x0003 |
#define | ETH_P_PAE 0x888E |
#define | ETH_P_EAPOL ETH_P_PAE |
#define | ETH_P_RRB 0x890D |
#define | MAX_VLAN_ID 4094 |
#define | IEEE80211_DA_FROMDS addr1 |
#define | IEEE80211_BSSID_FROMDS addr2 |
#define | IEEE80211_SA_FROMDS addr3 |
#define | IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr)) |
#define | IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) |
#define | HOSTAPD_MTU 2290 |
Variables | |
struct ieee8023_hdr | STRUCT_PACKED |
hostapd / Initialization and configuration Host AP kernel driver
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 hostapd_defs.h.