wloc  0.9.2
Simple Wi-Fi geolocation library and tool
wloc.fetchers.native.netman.NetworkManagerNativeAPI Class Reference
Inheritance diagram for wloc.fetchers.native.netman.NetworkManagerNativeAPI:
wloc.fetchers.native.NativeBackendCommon

Public Member Functions

list get_networks (self)
 

Private Member Functions

def _fetch_list (self)
 

Detailed Description

Class for working with Network Manager API using public D-Bus
methods.

Member Function Documentation

◆ _fetch_list()

def wloc.fetchers.native.netman.NetworkManagerNativeAPI._fetch_list (   self)
private
Fetches the list of available Wi-Fi networks using public
D-Bus methods.

Reimplemented from wloc.fetchers.native.NativeBackendCommon.

◆ get_networks()

list wloc.fetchers.native.NativeBackendCommon.get_networks (   self)
inherited
Gets the list of available Wi-Fi networks with their BSSID and
signal strength.
:return: The list of available Wi-Fi networks.