multi_interface_roam::pythonwifi::iwlibs::Iwscan Class Reference
List of all members.
Detailed Description
Class to handle AP scanning.
Definition at line 1364 of file iwlibs.py.
Member Function Documentation
def multi_interface_roam::pythonwifi::iwlibs::Iwscan::__init__ |
( |
|
self, |
|
|
|
ifname, |
|
|
|
fullscan = True | |
|
) |
| | |
Completes a scan for available access points,
and returns them in Iwscanresult format.
fullscan: If False, data is read from a cache of the last scan
If True, a scan is conducted, and then the data is read
Definition at line 1367 of file iwlibs.py.
def multi_interface_roam::pythonwifi::iwlibs::Iwscan::__iter__ |
( |
|
self |
) |
|
def multi_interface_roam::pythonwifi::iwlibs::Iwscan::__len__ |
( |
|
self |
) |
|
def multi_interface_roam::pythonwifi::iwlibs::Iwscan::_parse |
( |
|
self, |
|
|
|
data | |
|
) |
| | [private] |
Parse the event stream, and return a list of Iwscanresult
objects.
Definition at line 1444 of file iwlibs.py.
def multi_interface_roam::pythonwifi::iwlibs::Iwscan::getScan |
( |
|
self |
) |
|
Retrieves results, stored from the most recent scan.
Definition at line 1402 of file iwlibs.py.
def multi_interface_roam::pythonwifi::iwlibs::Iwscan::next |
( |
|
self |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: