C
static void SetEventNotificationMask( UINT8 eventNotificationBitMask );
Description
Sets the event notification mask for the Connection Algorithm. Allowable values are:
Value |
Event |
0x01 |
WF_NOTIFY_CONNECTION_ATTEMPT_SUCCESSFUL |
0x02 |
WF_NOTIFY_CONNECTION_ATTEMPT_FAILED |
0x04 |
WF_NOTIFY_CONNECTION_TEMPORARILY_LOST |
0x08 |
WF_NOTIFY_CONNECTION_PERMANENTLY_LOST |
0x10 |
WF_NOTIFY_CONNECTION_REESTABLISHED |
0x1f |
WF_NOTIFY_ALL_EVENTS |
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
eventNotificationBitMask |
Bit mask defining which events the host will be notified of. |
Returns
None.
Remarks
None.