Microchip® Advanced Software Framework

tstrM2mLsnInt Struct Reference

Listen interval.

This struct contains the Listen Interval. It is the value of the Wi-Fi StA Listen Interval when power save is enabled. It is given in units of Beacon period. It is the number of Beacon periods the WINC can sleep before it wakes up to receive data buffered for it in the AP.

It is the value of the Wi-Fi STA listen interval for power saving. It is given in units of Beacon period. Periodically after the listen interval fires, the STA is wakeup requesting any buffered frames for it from the AP (Ps-POLL).

It is the value of the Wi-Fi STA listen interval for power saving. It is given in units of Beacon period. Periodically after the listen interval fires, the WINC is wakeup and listen to the beacon and check for any buffered frames for it from the AP.

#include <m2m_types.h>

Data Fields

uint8 __PAD16__ [2]
 
uint8 __PAD__ [PAD_SZ(2)]
 
uint16 u16LsnInt
 

uint8 tstrM2mLsnInt::__PAD16__

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mLsnInt::__PAD__[PAD_SZ(2)]

Padding bytes for forcing 4-byte alignment

uint16 tstrM2mLsnInt::u16LsnInt

Listen interval in Beacon period count.

Referenced by app_wifi_init(), and m2m_wifi_set_lsn_int().