[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/app/include/wlan_interface.h b/ap/app/include/wlan_interface.h
new file mode 100755
index 0000000..f18ee86
--- /dev/null
+++ b/ap/app/include/wlan_interface.h
@@ -0,0 +1,17 @@
+#ifndef _WLAN_INTERFACE
+#define _WLAN_INTERFACE
+
+#include "wifi.h"
+
+int zte_wlan_get_ssid1_settings(char* ssid, char* password, int ssid_len, int password_len);
+int zte_wlan_ssid1_set(char* ssid, char* password);
+int zte_wlan_capture_sta_num();
+
+void zte_wlan_get_wifi_mac_list(RT_802_11_MAC_TABLE *maclist);
+#if 0 //kw 3
+int pipecmd(const char *cmd, char* result);
+int get_channel();
+#endif
+int get_vap_sta_num(char* vapIface);
+
+#endif