C
void WF_CASetBeaconTimeout( UINT8 beaconTimeout );
Description
Sets the Beacon Timeout used by the Connection Algorithm.
Value |
Description |
0 |
No monitoring of the beacon timeout condition. The host will not be notified of this event. |
1-255 |
Number of beacons missed before disconnect event occurs and beaconTimeoutAction occurs. If enabled, host will receive an event message indicating connection temporarily or permanently lost, and if retrying, a connection successful event. |
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
beaconTimeout |
Number of beacons that can be missed before the action in beaconTimeoutAction is taken. |
Returns
None.
Remarks
None.