Skip to content

Commit 1fbfce7

Browse files
author
Sergei Surovtsev
committed
wifi scanning documentation
1 parent 9ca09dd commit 1fbfce7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/android.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ android
9595

9696
Hides the soft keyboard.
9797

98+
.. function:: wifi_scanner_enable()
99+
100+
Enables wifi scanning. ACCESS_WIFI_STATE and CHANGE_WIFI_STATE permissions required.
101+
102+
.. function:: wifi_scan()
103+
104+
Returns tuple of (SSID, BSSID, SignalLevel) for each visible WiFi access point.
105+
106+
98107
android_mixer
99108
~~~~~~~~~~~~~
100109

0 commit comments

Comments
 (0)