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

Private Member Functions

None _fetch_list (self)
 
None _scan_networks (self, device)
 

Detailed Description

Class for working with Network Manager using GObject API.

Member Function Documentation

◆ _fetch_list()

None wloc.fetchers.linux.netman.NetworkManagerNativeAPI._fetch_list (   self)
private
Fetches the list of available Wi-Fi networks using GObject API
methods.

Reimplemented from wloc.fetchers.native.NativeBackendCommon.

◆ _scan_networks()

None wloc.fetchers.linux.netman.NetworkManagerNativeAPI._scan_networks (   self,
  device 
)
private
Forces scanning of available Wi-Fi networks on the specified
physical network device.
:param device: A physical network device to use.