#ifndef __WLAN_BSSDEF_H__
#define __WLAN_BSSDEF_H__
#define MAX_IE_SZ …
#define NDIS_802_11_LENGTH_SSID …
#define NDIS_802_11_LENGTH_RATES …
#define NDIS_802_11_LENGTH_RATES_EX …
NDIS_802_11_MAC_ADDRESS;
NDIS_802_11_RATES;
NDIS_802_11_RATES_EX;
struct ndis_802_11_ssid { … };
enum ndis_802_11_network_type { … };
struct ndis_802_11_conf { … };
enum ndis_802_11_network_infrastructure { … };
struct ndis_802_11_fix_ie { … };
struct ndis_80211_var_ie { … };
enum ndis_802_11_authentication_mode { … };
enum { … };
#define NDIS_802_11_AI_REQFI_CAPABILITIES …
#define NDIS_802_11_AI_REQFI_LISTENINTERVAL …
#define NDIS_802_11_AI_REQFI_CURRENTAPADDRESS …
#define NDIS_802_11_AI_RESFI_CAPABILITIES …
#define NDIS_802_11_AI_RESFI_STATUSCODE …
#define NDIS_802_11_AI_RESFI_ASSOCIATIONID …
struct ndis_802_11_wep { … };
#define NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS …
#define NDIS_802_11_AUTH_REQUEST_REAUTH …
#define NDIS_802_11_AUTH_REQUEST_KEYUPDATE …
#define NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR …
#define NDIS_802_11_AUTH_REQUEST_GROUP_ERROR …
#define MIC_CHECK_TIME …
#ifndef Ndis802_11APMode
#define Ndis802_11APMode …
#endif
struct wlan_phy_info { … };
struct wlan_bcn_info { … };
struct wlan_bssid_ex { … } __packed;
static inline uint get_wlan_bssid_ex_sz(struct wlan_bssid_ex *bss)
{ … }
struct wlan_network { … };
enum { … };
enum { … };
#define PWR_CAM …
#define PWR_MINPS …
#define PWR_MAXPS …
#define PWR_UAPSD …
#define PWR_VOIP …
enum { … };
#define NUM_PRE_AUTH_KEY …
#define NUM_PMKID_CACHE …
#endif