提交 57038b5d 编写于 作者: Y yinsuo 提交者: yilu.myl

fix haaseduk1 failed connnect network occasional when multi task connect at the same time #1752

上级 95e67bc2
......@@ -6,6 +6,7 @@
#define AOS_NETWORK_H
#include <stdbool.h>
#include "aos/kernel.h"
#ifndef _AOS_NETWORK_H_
#define _AOS_NETWORK_H_
#define SCANNED_WIFI_COUNT_MAX 32
......@@ -85,6 +86,7 @@ typedef struct {
int wifi_mode;
bool is_initialized;
bool is_started;
pthread_mutex_t network_mutex;
} aos_wifi_manager_t;
typedef struct aos_sim_info {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册