Go to the source code of this file.
|
enum | NDIS_802_11_NETWORK_TYPE {
Ndis802_11FH,
Ndis802_11DS,
Ndis802_11OFDM5,
Ndis802_11OFDM24,
Ndis802_11NetworkTypeMax
} |
|
enum | NDIS_802_11_NETWORK_INFRASTRUCTURE {
Ndis802_11IBSS,
Ndis802_11Infrastructure,
Ndis802_11AutoUnknown,
Ndis802_11InfrastructureMax,
Ndis802_11APMode
} |
|
enum | NDIS_802_11_AUTHENTICATION_MODE {
Ndis802_11AuthModeOpen,
Ndis802_11AuthModeShared,
Ndis802_11AuthModeAutoSwitch,
Ndis802_11AuthModeWPA,
Ndis802_11AuthModeWPAPSK,
Ndis802_11AuthModeWPANone,
Ndis802_11AuthModeMax
} |
|
enum | {
Ndis802_11WEPEnabled,
Ndis802_11Encryption1Enabled = Ndis802_11WEPEnabled,
Ndis802_11WEPDisabled,
Ndis802_11EncryptionDisabled = Ndis802_11WEPDisabled,
Ndis802_11WEPKeyAbsent,
Ndis802_11Encryption1KeyAbsent = Ndis802_11WEPKeyAbsent,
Ndis802_11WEPNotSupported,
Ndis802_11EncryptionNotSupported = Ndis802_11WEPNotSupported,
Ndis802_11Encryption2Enabled,
Ndis802_11Encryption2KeyAbsent,
Ndis802_11Encryption3Enabled,
Ndis802_11Encryption3KeyAbsent
} |
|
enum | VRTL_CARRIER_SENSE { DISABLE_VCS,
ENABLE_VCS,
AUTO_VCS
} |
|
enum | VCS_TYPE { NONE_VCS,
RTS_CTS,
CTS_TO_SELF
} |
|
enum | UAPSD_MAX_SP { NO_LIMIT,
TWO_MSDU,
FOUR_MSDU,
SIX_MSDU
} |
|
#define MIC_CHECK_TIME 60000000 |
#define NDIS_802_11_AI_REQFI_CAPABILITIES 1 |
#define NDIS_802_11_AI_REQFI_CURRENTAPADDRESS 4 |
#define NDIS_802_11_AI_REQFI_LISTENINTERVAL 2 |
#define NDIS_802_11_AI_RESFI_ASSOCIATIONID 4 |
#define NDIS_802_11_AI_RESFI_CAPABILITIES 1 |
#define NDIS_802_11_AI_RESFI_STATUSCODE 2 |
#define NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS 0x0f |
#define NDIS_802_11_AUTH_REQUEST_GROUP_ERROR 0x0E |
#define NDIS_802_11_AUTH_REQUEST_KEYUPDATE 0x02 |
#define NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR 0x06 |
#define NDIS_802_11_AUTH_REQUEST_REAUTH 0x01 |
#define NDIS_802_11_LENGTH_RATES 8 |
#define NDIS_802_11_LENGTH_RATES_EX 16 |
#define NDIS_802_11_LENGTH_SSID 32 |
#define NUM_PRE_AUTH_KEY 16 |
- Enumerator:
Ndis802_11WEPEnabled |
|
Ndis802_11Encryption1Enabled |
|
Ndis802_11WEPDisabled |
|
Ndis802_11EncryptionDisabled |
|
Ndis802_11WEPKeyAbsent |
|
Ndis802_11Encryption1KeyAbsent |
|
Ndis802_11WEPNotSupported |
|
Ndis802_11EncryptionNotSupported |
|
Ndis802_11Encryption2Enabled |
|
Ndis802_11Encryption2KeyAbsent |
|
Ndis802_11Encryption3Enabled |
|
Ndis802_11Encryption3KeyAbsent |
|
Definition at line 123 of file wlan_bssdef.h.
- Enumerator:
Ndis802_11AuthModeOpen |
|
Ndis802_11AuthModeShared |
|
Ndis802_11AuthModeAutoSwitch |
|
Ndis802_11AuthModeWPA |
|
Ndis802_11AuthModeWPAPSK |
|
Ndis802_11AuthModeWPANone |
|
Ndis802_11AuthModeMax |
|
Definition at line 113 of file wlan_bssdef.h.
- Enumerator:
Ndis802_11IBSS |
|
Ndis802_11Infrastructure |
|
Ndis802_11AutoUnknown |
|
Ndis802_11InfrastructureMax |
|
Ndis802_11APMode |
|
Definition at line 72 of file wlan_bssdef.h.
- Enumerator:
Ndis802_11FH |
|
Ndis802_11DS |
|
Ndis802_11OFDM5 |
|
Ndis802_11OFDM24 |
|
Ndis802_11NetworkTypeMax |
|
Definition at line 45 of file wlan_bssdef.h.
- Enumerator:
NO_LIMIT |
|
TWO_MSDU |
|
FOUR_MSDU |
|
SIX_MSDU |
|
Definition at line 237 of file wlan_bssdef.h.
- Enumerator:
NONE_VCS |
|
RTS_CTS |
|
CTS_TO_SELF |
|
Definition at line 225 of file wlan_bssdef.h.
- Enumerator:
DISABLE_VCS |
|
ENABLE_VCS |
|
AUTO_VCS |
|
Definition at line 219 of file wlan_bssdef.h.