C
void WF_CASetEventNotificationAction( UINT8 eventNotificationAction );
Description
Sets the Event Notification Action used by the Connection Algorithm. The bit mask for the allowable entries is as follows:
Bit |
Event |
0 |
WF_NOTIFY_CONNECTION_ATTEMPT_SUCCESSFUL |
1 |
WF_NOTIFY_CONNECTION_ATTEMPT_FAILED |
2 |
WF_NOTIFY_CONNECTION_TEMPORARILY_LOST |
3 |
WF_NOTIFY_CONNECTION_PERMANENTLY_LOST |
4 |
WF_NOTIFY_CONNECTION_REESTABLISHED |
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
eventNotificationAction |
Bit mask indicating which events the host wants to be notifed of. |
Returns
None.
Remarks
None.