From affec14b998c7abf922822c474db13dabca50157 Mon Sep 17 00:00:00 2001 From: pvvx Date: Thu, 9 Mar 2017 11:23:37 +0300 Subject: [PATCH] add wifi_api --- .cproject | 555 +- .../component/common/api/at_cmd/atcmd_wifi.c | 4 +- .../component/common/api/lwip_netconf.c | 29 +- .../component/common/api/wifi/wifi_conf.c | 17 +- .../component/common/api/wifi/wifi_ind.c | 34 +- .../component/common/api/wifi/wifi_ind.h | 2 +- RTL00_SDKV35a/component/common/api/wifi_api.c | 709 +++ RTL00_SDKV35a/component/common/api/wifi_api.h | 110 + .../component/common/network/dhcp/dhcps.c | 156 +- .../component/common/network/dhcp/dhcps.h | 27 +- .../lwip/lwip_v1.4.1/src/include/lwip/debug.h | 3 +- .../Source/portable/MemMang/heap_5.c | 2 + .../realtek/8195a/fwlib/ram_lib/rtl_boot.c | 2 +- .../bsp/lib/common/GCC/export-rom_v04.txt | 1 + .../8195a/misc/driver/rtl_console_new.c | 5 +- build/bin/ota.bin | Bin 297124 -> 297772 bytes build/bin/ram_2.bin | Bin 297088 -> 297736 bytes build/bin/ram_2.ns.bin | Bin 297104 -> 297752 bytes build/bin/ram_2.p.bin | Bin 297104 -> 297752 bytes build/bin/ram_all.bin | Bin 342176 -> 342824 bytes build/obj/build.nmap | 4525 +++++++++-------- project/inc/platform_opts.h | 2 +- project/inc/wifi_user_set.h | 67 + project/src/user/atcmd_user.c | 272 +- project/src/user/main.c | 74 +- project_set.xml | 216 +- sdkset.mk | 3 +- 27 files changed, 3763 insertions(+), 3052 deletions(-) create mode 100644 RTL00_SDKV35a/component/common/api/wifi_api.c create mode 100644 RTL00_SDKV35a/component/common/api/wifi_api.h create mode 100644 project/inc/wifi_user_set.h diff --git a/.cproject b/.cproject index c87b3e5..c03a210 100644 --- a/.cproject +++ b/.cproject @@ -91,7 +91,11 @@ + @@ -259,62 +375,58 @@ @@ -329,62 +441,58 @@ @@ -606,73 +714,65 @@ +