linuxOS_PX30_CAR/external/rk_pcba_test/wlan_test.h

16 lines
193 B
C
Raw Normal View History

2026-01-20 05:50:57 +00:00
#ifndef __WLAN_TEST_H_
#define __WLAN_TEST_H_
#include "rk_pcba_test_led.h"
void *wlan_test(void *argv);
struct wlan_msg {
int result;
int x;
int y;
int w;
int h;
char *ssid;
};
#endif