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

Public Member Functions

None fetch (self)
 
list networks (self)
 

Protected Member Functions

None _clear_networks (self)
 
None _fetch_networks (self)
 

Protected Attributes

list _netlist
 

Detailed Description

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

Member Function Documentation

◆ _clear_networks()

None wloc.fetchers.FetcherCommon._clear_networks ( self)
protectedinherited
Clears the list of available networks if not empty.

◆ _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.

◆ fetch()

None wloc.fetchers.FetcherCommon.fetch ( self)
inherited
Fetches the list of available networks.

◆ networks()

list wloc.fetchers.FetcherCommon.networks ( self)
inherited
Gets list of available wireless networks.
:return: List of available wireless networks.