DOT11_DIRECTION (Compact 2013)
3/26/2014
This enumeration specifies whether the 802.11 station uses a cipher key to decrypt received packets and encrypt transmitted packets.
Syntax
typedef enum DOT11_DIRECTION {
DOT11_DIR_INBOUND,
DOT11_DIR_OUTBOUND,
DOT11_DIR_BOTH
} DOT11_DIRECTION, *PDOT11_DIRECTION;
Values
- DOT11_DIR_INBOUND
The 802.11 station uses the cipher key to decrypt packets received from the access point (AP) or peer station
- DOT11_DIR_OUTBOUND
The 802.11 station uses the cipher key to encrypt packets transmitted to the AP or peer station
- DOT11_DIR_BOTH
The 802.11 station uses the cipher key for packets received from or transmitted to the AP or peer station
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
DOT11_CIPHER_KEY_MAPPING_KEY_VALUE
Dot11ExtSetDefaultKey
Native 802.11 Wireless LAN Reference