[Feature][ZXW-265]merge P56U03 version

Only Configure: No
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No

Change-Id: I873f6df64e2605a77b8b8bfec35b21e7f33c5444
diff --git a/ap/app/zte_comm/wlan/inc/wlan-station.h b/ap/app/zte_comm/wlan/inc/wlan-station.h
index f0de3cb..6ba1be7 100755
--- a/ap/app/zte_comm/wlan/inc/wlan-station.h
+++ b/ap/app/zte_comm/wlan/inc/wlan-station.h
@@ -23,6 +23,12 @@
 //#include "../include/errorcode.h"
 //#include "../include/netapi.h"
 
+typedef struct
+{
+    int freq;
+    int ch;
+} wlan_sta_freq_ch_t;
+
 void   wlan_station_init(void);
 BOOL wlan_station_is_station_msg(unsigned short msg);
 void   wlan_station_msg_handle(MSG_BUF *pMsg);