wloc 1.1.0
Simple Wi-Fi geolocation library and tool
|
Public Member Functions | |
list | get_networks (self) |
Protected Member Functions | |
None | _fetch_list (self) |
None | _scan_networks (self, device) |
Protected Attributes | |
list | _network_list = [] |
int | _sleep_seconds = 5 |
Class for working with Network Manager using GObject API.
|
protected |
Fetches the list of available Wi-Fi networks using GObject API methods.
Reimplemented from wloc.fetchers.native.NativeBackendCommon.
|
protected |
Forces scanning of available Wi-Fi networks on the specified physical network device. :param device: A physical network device to use.
|
inherited |
Gets the list of available Wi-Fi networks with their BSSID and signal strength. :return: The list of available Wi-Fi networks.