Skip to content

Commit

Permalink
Uploaded tools and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder committed Aug 17, 2019
1 parent 52182f3 commit 2f444f8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Binary file added docs/LinuxDriver_MP_Iwpriv_UserGuide_V3.doc
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions tools/RtkMpTool-ReadMe.txt
Original file line number Diff line number Diff line change
@@ -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.
Binary file added tools/RtkMpTool.apk
Binary file not shown.
Binary file added tools/rtwpriv.zip
Binary file not shown.
Binary file added tools/wireless_tools_android.tar.gz
Binary file not shown.

0 comments on commit 2f444f8

Please sign in to comment.