tests: Use global control interface to remove P2P networks
[mech_eap.git] / wpadebug / README
index 73ebdf3..843b99b 100644 (file)
@@ -42,8 +42,17 @@ please do not run them.
 
 adb root
 adb remount
+adb shell cp /system/bin/mksh /system/bin/mksh-su
 adb shell chmod 6755 /system/bin/mksh-su
 
+Optionally, a text file with a set of command can be installed to allow
+arbitrary shell commands to be executed. This text file need to be in
+/data/local/wpadebug.cmds and use title@command format per line. For
+example:
+version@cat /proc/version
+
+Similarly, /data/local/wpadebug.wpacmds can be used to define additional
+wpa_supplicant control interface commands.
 
 
 Uninstallation