1.1.20.12 WDRV_WINC_POWERSAVE_MODE
Enum type
Summary
Possible powersave modes.
Description
Enumeration describing available powersave modes.
Remarks
None.
typedef enum { /* Run mode : No power-save. Both TX and RX are active */ WDRV_WINC_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_WINC_POWERSAVE_WSM_MODE = 1 } WDRV_WINC_POWERSAVE_MODE;