| |
| #ifndef _RTK_ARCH_H_ |
| #define _RTK_ARCH_H_ |
| |
| #ifndef MAX_PATH |
| #define MAX_PATH 256 |
| #endif |
| |
| |
| #define TOP_CONFIG_DIR "/etc_rw/wifi/realtek" |
| #define WIFI_CONFIG_ROOT_DIR "/etc_rw/wifi/realtek/rtl8192c" |
| |
| #define WIFI_SCRIPT_DIR "/sbin" |
| #define QRCODE_SCRIPT_DIR "/sbin" |
| #define WIFI_BIN_DIR "/bin" |
| #define WIFI_WPS_TMP_DIR "/tmp" |
| #define WIFI_MP_TMP_FILE "/tmp/MP.txt" |
| #define WIFI_WAPI_TMP_DIR "/tmp" |
| #define WIFI_WAPI_CERT_DIR "/myca" |
| //======================================= |
| |
| #define dump_cmd {int iii; printf("%s cmd=",__FILE__); for( iii=0 ; iii<argc ;iii++ ) printf("%s ",argv[iii]); printf("\n");} |
| #define DAEMON_VERSION "svn:( date:2015-07-08 )" |
| |
| #define WIFISTATUS "/etc_rw/wifiStatus" |
| #define WPSSTATUS "/etc_rw/wpsStatus" |
| #define QRSTATUS "/etc_rw/qrStatus" |
| #define WPSDISPLAYSTATUS "/etc_rw/wpsdisplayStatus" |
| #define STASTATUS "/etc_rw/staStatus" |
| |
| //#define DEBUG_FILE_PATH "/wifi/wlan_watch" |
| //#define DEBUG_OUTFILE_PATH "/wifi/wlan_dump" |
| |
| //#define WLAN_LOG1_FILE_PATH "/wifi/clog1" |
| //#define WLAN_LOG2_FILE_PATH "/wifi/clog2" |
| |
| #endif // _RTK_ARCH_H_ |
| |