| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 |  | 
 | 2 | #ifndef _RTK_ARCH_H_ | 
 | 3 | #define _RTK_ARCH_H_ | 
 | 4 |  | 
 | 5 | #ifndef MAX_PATH | 
 | 6 | #define MAX_PATH	256 | 
 | 7 | #endif | 
 | 8 |  | 
 | 9 |  | 
 | 10 | #define TOP_CONFIG_DIR		        	"/etc_rw/wifi/realtek" | 
 | 11 | #define WIFI_CONFIG_ROOT_DIR		"/etc_rw/wifi/realtek/rtl8192c" | 
 | 12 |  | 
 | 13 | #define WIFI_SCRIPT_DIR				"/sbin" | 
 | 14 | #define QRCODE_SCRIPT_DIR			"/sbin" | 
 | 15 | #define WIFI_BIN_DIR					"/bin" | 
 | 16 | #define WIFI_WPS_TMP_DIR			"/tmp" | 
 | 17 | #define WIFI_MP_TMP_FILE			"/tmp/MP.txt" | 
 | 18 | #define WIFI_WAPI_TMP_DIR			"/tmp" | 
 | 19 | #define WIFI_WAPI_CERT_DIR			"/myca" | 
 | 20 | //======================================= | 
 | 21 |  | 
 | 22 | #define DAEMON_VERSION	"svn:( date:2015-07-08 )" | 
 | 23 |  | 
 | 24 | #define  WIFISTATUS                            "/etc_rw/wifiStatus" | 
 | 25 | #define  WPSSTATUS                             "/etc_rw/wpsStatus" | 
 | 26 | #define  QRSTATUS                                "/etc_rw/qrStatus" | 
 | 27 | #define  WPSDISPLAYSTATUS              "/etc_rw/wpsdisplayStatus" | 
 | 28 | #define  STASTATUS   				"/etc_rw/staStatus" | 
 | 29 |  | 
 | 30 | //#define  DEBUG_FILE_PATH		         "/wifi/wlan_watch" | 
 | 31 | //#define  DEBUG_OUTFILE_PATH		 "/wifi/wlan_dump" | 
 | 32 |  | 
 | 33 | //#define WLAN_LOG1_FILE_PATH         "/wifi/clog1" | 
 | 34 | //#define WLAN_LOG2_FILE_PATH         "/wifi/clog2" | 
 | 35 |  | 
 | 36 | #endif // _RTK_ARCH_H_ | 
 | 37 |  |