wloc 1.0.1
Simple Wi-Fi geolocation library and tool
wloc.fetchers.android.FetcherAndroid Class Reference
Inheritance diagram for wloc.fetchers.android.FetcherAndroid:
wloc.fetchers.FetcherCommon

Protected Member Functions

None _fetch_networks (self)
 

Protected Attributes

 _netlist
 

Detailed Description

Class for fetching the list of available Wi-Fi networks
on Android operating system.

Member Function Documentation

◆ _fetch_networks()

None wloc.fetchers.android.FetcherAndroid._fetch_networks (   self)
protected
Works with the Termux API. Fetches the list of available
networks and stores them in a private class field.

Reimplemented from wloc.fetchers.FetcherCommon.