Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2mLsnInt Struct Reference

tstrM2mLsnInt Struct Reference
[DataTypes]

Listen interval. More...

#include <m2m_types.h>

Data Fields

uint16 u16LsnInt
uint8 __PAD16__ [2]

Detailed Description

Listen interval.

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.

Definition at line 1608 of file m2m_types.h.


Field Documentation

Padding bytes for forcing 4-byte alignment

Definition at line 1613 of file m2m_types.h.

Listen interval in Beacon period count.

Definition at line 1610 of file m2m_types.h.