xref: /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/wlan_test.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef __WLAN_TEST_H_
2 #define __WLAN_TEST_H_
3 
4 struct wlan_msg {
5 	int result;
6 	int x;
7 	int y;
8 	int w;
9 	int h;
10 	char *ssid;
11 };
12 
13 void *wlan_test(void *argv);
14 
15 #endif
16