We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e4f51 commit 8745cb9Copy full SHA for 8745cb9
components/amp_adapter/include/aos_network.h
@@ -80,6 +80,16 @@ typedef enum {
80
AOS_NETWORK_SHAREMODE_AUTHTYPE_INVALID
81
} AOS_NETWORK_SHAREMODE_AUTHTYPE_E;
82
83
+typedef enum {
84
+ AOS_WIFI_AUTH_OPEN = 0,
85
+ AOS_WIFI_AUTH_WEP,
86
+ AOS_WIFI_AUTH_WPA_PSK,
87
+ AOS_WIFI_AUTH_WPA2_PSK,
88
+ AOS_WIFI_AUTH_WPA_WPA2_PSK,
89
+ AOS_WIFI_AUTH_WPA2_ENTERPRISE,
90
+ AOS_WIFI_AUTH_MAX
91
+} aos_wifi_auth_mode_t;
92
+
93
typedef struct {
94
void (*cb)(int status, void *);
95
int wifi_state;
0 commit comments