MAXS Module WifiChange: User Guide
Table of Contents
1. Overview
Perform changes to the WiFi subsystem.
| Makes optional use of modules | none |
| Uses inoffical Android API | no |
1.1. Permissions
| Permission | Use |
|---|---|
android.permission.CHANGE_WIFI_STATE |
Change the WiFi state |
2. Commands
2.1. wifi (short command: w)
2.1.1. wifi enable
Enable the WiFi adapter.
#+BEGINEXAMPLE User: wifi enable AndroidDevice: Wifi enabled #+ENDSRC
2.1.2. wifi disable
Disable the WiFi adapter.
#+BEGINEXAMPLE User: wifi disable AndroidDevice: Wifi disabled #+ENDSRC