Power and Performance#

Functions#

sl_status_t
sl_wifi_set_performance_profile(const sl_wifi_performance_profile_t *profile)

Set Wi-Fi performance profile.

sl_status_t
sl_wifi_get_performance_profile(sl_wifi_performance_profile_t *profile)

Get Wi-Fi performance profile.

Function Documentation#

sl_wifi_set_performance_profile#

sl_status_t sl_wifi_set_performance_profile (const sl_wifi_performance_profile_t *profile)

Set Wi-Fi performance profile.

Parameters
[in]profile

Wi-Fi performance profile as indicated by sl_wifi_performance_profile_t

  • Pre-conditions:

Returns

Note

  • For SI91x chips Enhanced MAX PSP is supported when profile is set to ASSOCIATED_POWER_SAVE_LOW_LATENCY and SL_SI91X_ENABLE_ENHANCED_MAX_PSP bit is enabled in config feature bitmap


Definition at line 1036 of file components/protocol/wifi/inc/sl_wifi.h

sl_wifi_get_performance_profile#

sl_status_t sl_wifi_get_performance_profile (sl_wifi_performance_profile_t *profile)

Get Wi-Fi performance profile.

Parameters
[out]profile

Wi-Fi performance profile as indicated by sl_wifi_performance_profile_t

  • Pre-conditions:

Returns


Definition at line 1049 of file components/protocol/wifi/inc/sl_wifi.h