diff --git a/docs/LinuxDriver_MP_Iwpriv_UserGuide_V3.doc b/docs/LinuxDriver_MP_Iwpriv_UserGuide_V3.doc new file mode 100644 index 0000000..6e8dc6f Binary files /dev/null and b/docs/LinuxDriver_MP_Iwpriv_UserGuide_V3.doc differ diff --git a/docs/iwpriv_mp_settings_for_different_data_rate.xls b/docs/iwpriv_mp_settings_for_different_data_rate.xls new file mode 100644 index 0000000..534750d Binary files /dev/null and b/docs/iwpriv_mp_settings_for_different_data_rate.xls differ diff --git a/tools/RtkMpTool-ReadMe.txt b/tools/RtkMpTool-ReadMe.txt new file mode 100644 index 0000000..82516dc --- /dev/null +++ b/tools/RtkMpTool-ReadMe.txt @@ -0,0 +1,18 @@ +RtkMpTool.apk need to use "rtwpriv", +please frist to prepare build the rtwpriv and push to Android system. + +Installation steps: +1. adb push rtwpriv /system/bin/ +2. adb shell chmod 755 /system/bin/rtwpriv +3. adb push 8xxx.ko "your system wlan default module's folder"\wlan.ko (etc. /system/lib/modules/wlan.ko) +4. adb install RtkMpTool.apk +or adb install RtkWiFiTest.apk +5. a.After execute the MP tool.Frist to use the "adb shell rtwpriv wlan0 mp_start" to check this driver can support mp command. + b.The "mp_start" command must to be no show any error message. + +P.S. +1. RtkMpTool.apk only supports the MP test functions. +After installed, you will see a "Realtek MP Tool" App on the phone. + +2. RtkWiFiTest.apk supports both MP test and CTA test functions. +After installed, you will see a "WiFi Test" App on the phone. diff --git a/tools/RtkMpTool.apk b/tools/RtkMpTool.apk new file mode 100644 index 0000000..c99b47a Binary files /dev/null and b/tools/RtkMpTool.apk differ diff --git a/tools/rtwpriv.zip b/tools/rtwpriv.zip new file mode 100644 index 0000000..856f706 Binary files /dev/null and b/tools/rtwpriv.zip differ diff --git a/tools/wireless_tools_android.tar.gz b/tools/wireless_tools_android.tar.gz new file mode 100644 index 0000000..7e42f3b Binary files /dev/null and b/tools/wireless_tools_android.tar.gz differ