FreeRTOS: Wi-Fi Management Library
Return to main page ↑
WIFI_GetPMMode

Get the Wi-Fi power management mode.

void * pvOptionValue );
Parameters
[out]pxPMModeType- pointer to get current power mode set.
[out]pvOptionValue- optional value
Returns
eWiFiSuccess if the power mode was successfully retrieved, failure code otherwise.
WIFIPMMode_t
WIFIPMMode_t
Wi-Fi device power management modes.
Definition: iot_wifi.h:93
WIFIReturnCode_t
WIFIReturnCode_t
Return code denoting API status.
Definition: iot_wifi.h:50
WIFI_GetPMMode
WIFIReturnCode_t WIFI_GetPMMode(WIFIPMMode_t *pxPMModeType, void *pvOptionValue)
Get the Wi-Fi power management mode.