DOT11_PORT_STATE_NOTIFICATION (Compact 2013)
3/26/2014
This structure is used by the OID_DOT11_PORT_STATE_NOTIFICATION object identifier (OID) to indicate the status of the data port.
Syntax
typedef struct DOT11_PORT_STATE_NOTIFICATION {
NDIS_OBJECT_HEADER Header;
DOT11_MAC_ADDRESS PeerMac;
BOOLEAN bOpen;
} DOT11_PORT_STATE_NOTIFICATION, *PDOT11_PORT_STATE_NOTIFICATION;
Members
Header
The type, revision, and size of the DOT11_PORT_STATE_NOTIFICATION structure. This member is formatted as an NDIS_OBJECT_HEADER structure.The miniport driver must set the members of Header to the following values:
Type
This member must be set to NDIS_OBJECT_TYPE_DEFAULT
Revision
DOT11_PORT_STATE_NOTIFICATION_REVISION_1
Size
This member must be set to sizeof(DOT11_PORT_STATE_NOTIFICATION)
- PeerMac
The media access control (MAC) address of the AP or peer station with which the 802.11 station is associated
- bOpen
The data port state. If bOpen is TRUE, the port is open for sending and receiving data packets.
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
OID_DOT11_PORT_STATE_NOTIFICATION
Native 802.11 Wireless LAN Reference