We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec65a95 + 1fbfce7 commit 6025e6bCopy full SHA for 6025e6b
1 file changed
docs/source/android.rst
@@ -95,6 +95,15 @@ android
95
96
Hides the soft keyboard.
97
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
107
android_mixer
108
~~~~~~~~~~~~~
109
0 commit comments