1.5.3.3 SYS_WIFIPROV_MODE Enum
C
typedef enum
{
/* Requesting a operating mode as a station */
SYS_WIFIPROV_STA = 0,
/* Requesting a operating mode as a access point. */
SYS_WIFIPROV_AP = 1
} SYS_WIFIPROV_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 from STA to AP or AP to STA.
