1.4.3.2 SYS_WIFI_MODE Enum

C

typedef enum
{
    /* Requesting a operating mode a AP access point. */
    SYS_WIFI_AP	= 1
} SYS_WIFI_MODE ;

Summary

Identifies the Wi-Fi operating mode.

Description

Identifies the Wi-Fi operating mode.

Remarks

Client need to manually reboot device after switching mode. For example, changing operating mode to STA to AP or AP to STA.