WF_CASetListenInterval Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_CASetListenInterval Function
C
void WF_CASetListenInterval(
    UINT16 listenInterval
);
Description

Sets the listen interval used by the Connection Algorithm. This value is measured in 100ms intervals, the default beacon period of APs. 

 

Value 
Description 
MRF24W wakes up every 100ms to receive buffered messages. 
MRF24W wakes up every 200ms to receive buffered messages. 
... 
... 
65535 
MRF24W wakes up every 6535.5 seconds (~109 minutes) to receive buffered messages. 
Preconditions

MACInit must be called first. Only used when PS Poll mode is enabled.

Parameters
Parameters 
Description 
listenInterval 
Number of 100ms intervals between instances when the MRF24W wakes up to receive buffered messages from the network. 
Returns

None.

Remarks

None.

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