Synergy Software Package User's Manual

RTOS-integrated SF WIFI On-Chip Stack Interface. More...

Data Structures

struct  sf_wifi_onchip_stack_ip_cfg_t
 
struct  sf_wifi_onchip_stack_cfg_t
 
struct  sf_wifi_onchip_stack_ctrl_t
 
struct  sf_wifi_onchip_stack_api_t
 
struct  sf_wifi_onchip_stack_instance_t
 

Macros

#define SF_WIFI_ONCHIP_STACK_API_VER_MAJOR   (2U)
 
#define SF_WIFI_ONCHIP_STACK_API_VER_MINOR   (0U)
 

Enumerations

enum  sf_wifi_onchip_stack_ip_addr_mode_t { SF_WIFI_IP_ADDR_GET, SF_WIFI_IP_ADDR_STATIC, SF_WIFI_IP_ADDR_DHCP }
 

Detailed Description

RTOS-integrated SF WIFI On-Chip Stack Interface.

Summary

This SSP Interface provides access to the ThreadX-aware SF WIFI Framework.

Macro Definition Documentation

◆ SF_WIFI_ONCHIP_STACK_API_VER_MAJOR

#define SF_WIFI_ONCHIP_STACK_API_VER_MAJOR   (2U)

Major Version of the API defined in this file

◆ SF_WIFI_ONCHIP_STACK_API_VER_MINOR

#define SF_WIFI_ONCHIP_STACK_API_VER_MINOR   (0U)

Minor Version of the API defined in this file

Enumeration Type Documentation

◆ sf_wifi_onchip_stack_ip_addr_mode_t

IP addressing modes

Enumerator
SF_WIFI_IP_ADDR_GET 

Read the IP address assigned to interface.

SF_WIFI_IP_ADDR_STATIC 

Statically configure the IP address.

SF_WIFI_IP_ADDR_DHCP 

Get the IP address from DHCP server, dynamic assignment.