1.5.3.1 SYS_WIFIPROV_CTRLMSG Enum

C

typedef enum
{
    /* Requesting a Wi-Fi Configuration set(for connect) */
    SYS_WIFIPROV_SETCONFIG = 0,
    
    /* Requesting a Wi-Fi configuration get */
    SYS_WIFIPROV_GETCONFIG,
    
    /* Updating Wi-Fi Connect status for enabling Wi-Fi Provisioning service */
    SYS_WIFIPROV_CONNECT,
    
} SYS_WIFIPROV_CTRLMSG ;

Summary

Identifies the control message for which the client has called the SYS_WIFIPROV_CtrlMsg().

Description

Identifies the control message for which the client has called the SYS_WIFIPROV_CtrlMsg().

Remarks

The different control messages which can be invoked by the client.