blob: 4f8ddf41250388e3df89347f103bed4111519860 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#ifndef _WLAN_SERVER
2#define _WLAN_SERVER
3#include <semaphore.h>
4#include "softap_api.h"
5//#include "errorcode.h"
6#include "wlan_interface.h"
7
8#define CASE_RETURN_STR(x) case x: return #x;
9
10
11
12#endif
13