WF_CAGetBeaconTimeout Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_CAGetBeaconTimeout Function
C
void WF_CAGetBeaconTimeout(
    UINT8 * p_beaconTimeout
);
Description

Gets the Beacon Timeout used by the Connection Algorithm. 

 

Value 
Description 
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 
p_beaconTimeout 
Pointer where beacon timeout value is written 
Returns

None.

Remarks

None.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.