Microchip® Advanced Software Framework

tstrM2mPsType Struct Reference

Power Save Configuration.

This struct contains the Power Save configuration.

See Also
tenuPowerSaveModes

#include <m2m_types.h>

Data Fields

uint8 __PAD16__ [2]
 
uint8 __PAD__ [PAD_SZ(2)]
 
uint8 u8BcastEn
 
uint8 u8PsType
 

uint8 tstrM2mPsType::__PAD16__

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mPsType::__PAD__[PAD_SZ(2)]

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mPsType::u8BcastEn

Broadcast Enable/Disable

Referenced by m2m_wifi_set_sleep_mode().

uint8 tstrM2mPsType::u8PsType

Power save operating mode as defined in tenuPowerSaveModes

Power save operating mode

Referenced by m2m_wifi_set_sleep_mode().