diff --git a/RTL00_SDKV35a/component/common/api/wifi_api.c b/RTL00_SDKV35a/component/common/api/wifi_api.c index ef776b7..33165cc 100644 --- a/RTL00_SDKV35a/component/common/api/wifi_api.c +++ b/RTL00_SDKV35a/component/common/api/wifi_api.c @@ -4,7 +4,6 @@ * Created on: 01/11/2017 * Author: pvvx */ -#include "user_config.h" #include #include "rtl8195a.h" #include "drv_types.h" diff --git a/RTL00_SDKV35a/component/common/api/wifi_api.h b/RTL00_SDKV35a/component/common/api/wifi_api.h index 461f19b..156ac93 100644 --- a/RTL00_SDKV35a/component/common/api/wifi_api.h +++ b/RTL00_SDKV35a/component/common/api/wifi_api.h @@ -8,6 +8,7 @@ #ifndef _WIFI_API_H_ #define _WIFI_API_H_ #include "wifi_constants.h" +#include "queue.h" #define ip4_addr1(ipaddr) (((uint8_t*)(ipaddr))[0]) #define ip4_addr2(ipaddr) (((uint8_t*)(ipaddr))[1]) @@ -168,6 +169,8 @@ unsigned char * idx_security_to_str(unsigned char idx); #define SCAN_CHANNELS 14 #define MAX_AP_SIZE 32 +extern QueueHandle_t xQueueWebSrv; + typedef struct web_scan_handler{ TimerHandle_t timer; rtw_scan_result_t * ap_details;