1.4.3.3 SYS_WIFI_CTRLMSG Enum
C
typedef enum
{
/* Control message type for requesting a Wi-Fi Configuration
set(for connect) */
SYS_WIFI_CONNECT = 0,
/*Control message type for requesting a Wi-Fi device disconnect */
SYS_WIFI_DISCONNECT,
/*Control message type for auto reconnect failure */
SYS_WIFI_AUTO_CONNECT_FAIL,
/* Control message type for requesting a Wi-Fi configuration information */
SYS_WIFI_GETWIFICONFIG,
/* Control message type for updating a Provisioning Wi-Fi configuration
information */
SYS_WIFI_PROVCONFIG,
/* Control message type for registering a Wi-Fi system service
client callback */
SYS_WIFI_REGCALLBACK,
/*Control message type for requesting a Wi-Fi driver handle */
SYS_WIFI_GETDRVHANDLE,
} SYS_WIFI_CTRLMSG ;
Summary
Identifies the control message for which the client has called the SYS_WIFI_CtrlMsg().
Description
Identifies the control message for which the client has called the SYS_WIFI_CtrlMsg().
Remarks
The different control messages which can be invoked by the client.