This commit is contained in:
pvvx 2017-04-29 17:42:07 +03:00
parent b1d891c21e
commit 426d573a21
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,6 @@
* Created on: 01/11/2017
* Author: pvvx
*/
#include "user_config.h"
#include <platform_opts.h>
#include "rtl8195a.h"
#include "drv_types.h"

View file

@ -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;