SE RT Services Utilities library

General Description

WiFi SS control definitions.

Functions

ifx_se_status_t ifx_se_enable_wifi (void *ctx)
 Performs HASH validation for RRAM WiFiSS FW Image and if success starts the WIFI FW. More...
 
ifx_se_status_t ifx_se_disable_wifi (void *ctx)
 Disables WiFiSS and power off the WIFI SS. More...
 
ifx_se_status_t ifx_se_enable_wifi_sram_access (void *ctx)
 Enables only Wi-Fi SS SRAM for staging of RAM_APPs and allows CPUSS access to this memory. More...
 

Function Documentation

◆ ifx_se_enable_wifi()

ifx_se_status_t ifx_se_enable_wifi ( void *  ctx)

Performs HASH validation for RRAM WiFiSS FW Image and if success starts the WIFI FW.

Parameters
[in]ctxThe pointer to the SE syscall context that contain a special syscall data (IPC release callback etc).
Returns
IFX_SE_SUCCESS for success or error code

◆ ifx_se_disable_wifi()

ifx_se_status_t ifx_se_disable_wifi ( void *  ctx)

Disables WiFiSS and power off the WIFI SS.

Parameters
[in]ctxThe pointer to the SE syscall context that contain a special syscall data (IPC release callback etc).
Returns
IFX_SE_SUCCESS for success or error code

◆ ifx_se_enable_wifi_sram_access()

ifx_se_status_t ifx_se_enable_wifi_sram_access ( void *  ctx)

Enables only Wi-Fi SS SRAM for staging of RAM_APPs and allows CPUSS access to this memory.

WIFI SS needs to be turned off before calling this API.

Parameters
[in]ctxThe pointer to the SE syscall context that contain a special syscall data (IPC release callback etc).
Returns
IFX_SE_SUCCESS for success or error code