wloc 0.9.2
Simple Wi-Fi geolocation library and tool
wloc.fetchers.linux.FetcherLinux Class Reference
Inheritance diagram for wloc.fetchers.linux.FetcherLinux:
wloc.fetchers.FetcherCommon

Private Member Functions

None _fetch_networks (self)
 

Private Attributes

 _netlist
 

Detailed Description

Class for fetching the list of available Wi-Fi networks
on GNU/Linux operating system.

Member Function Documentation

◆ _fetch_networks()

None wloc.fetchers.linux.FetcherLinux._fetch_networks (   self)
private
Connects to the Network Manager. Fetches the list of available
networks and stores them in a private class field.

Reimplemented from wloc.fetchers.FetcherCommon.