get scan OK

This commit is contained in:
zogodo
2019-09-29 21:58:53 +08:00
parent d2eb6a3c7d
commit dee3dea139
3 changed files with 2 additions and 15 deletions

View File

@@ -13,22 +13,12 @@ enum
WIFI_STATE_CONNECTED,
};
/*
typedef struct _WifiResult
{
char ssid[32];
wlan_sec_type_t security;
}
WifiResult;
*/
#define WIFI_SCAN_RESULT_JSON "{'success':%d,'ssids':[%s],'secs':[%s]}"
extern char* wifi_ret;
extern char wifi_status;
extern bool scaned;
//extern WifiResult* wifi_rets;
extern void wifi_init(void);
extern void ap_init(void);