M7350v7_en_gpl
This commit is contained in:
19
wlan/8192es/DriverSrcPkg/Users/include/rtk_arch.h
Executable file
19
wlan/8192es/DriverSrcPkg/Users/include/rtk_arch.h
Executable file
@ -0,0 +1,19 @@
|
||||
|
||||
#ifndef _RTK_ARCH_H_
|
||||
#define _RTK_ARCH_H_
|
||||
|
||||
#ifndef MAX_PATH
|
||||
#define MAX_PATH 256
|
||||
#endif
|
||||
|
||||
#define TOP_CONFIG_DIR "/var"
|
||||
#define WIFI_CONFIG_ROOT_DIR "/data/rtl8192c"
|
||||
#define WIFI_SCRIPT_DIR "/root/script"
|
||||
#define WIFI_BIN_DIR "/bin"
|
||||
#define WIFI_WPS_TMP_DIR "/tmp"
|
||||
#define WIFI_MP_TMP_FILE "/tmp/MP.txt"
|
||||
#define WIFI_WAPI_TMP_DIR "/var/tmp"
|
||||
#define WIFI_WAPI_CERT_DIR "/var/myca"
|
||||
|
||||
#endif // _RTK_ARCH_H_
|
||||
|
Reference in New Issue
Block a user