1.3.9.2 WDRV_PIC32MZW_POWERSAVE_MODE Enum
C
typedef enum
{
/* Run mode : No power-save. Both TX and RX are active */
WDRV_PIC32MZW_POWERSAVE_RUN_MODE = 0,
/* WSM mode : Wireless sleep mode. TX and RX are stopped, clocks will be running.
STA will be in power-save mode keeping the connection active with AP. */
WDRV_PIC32MZW_POWERSAVE_WSM_MODE = 1,
/* WDS mode : Wireless Deep sleep mode. TX and RX are stopped. clocks will be cutoff.
STA will be in power-save mode keeping the connection active with AP. */
WDRV_PIC32MZW_POWERSAVE_WDS_MODE = 2
} WDRV_PIC32MZW_POWERSAVE_MODE;
Summary
Defines the power save modes supported by the WiFi driver/firmware.
Description
This enumeration defines the various WiFi power save modes supported by the WiFi driver/firmware.
