multi_interface_roam::pythonwifi::iwlibs::Iwstruct Class Reference
List of all members.
Detailed Description
The basic class to handle iwstruct data.
Definition at line 959 of file iwlibs.py.
Member Function Documentation
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::__init__ |
( |
|
self |
) |
|
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::_fcntl |
( |
|
self, |
|
|
|
request, |
|
|
|
args | |
|
) |
| | [private] |
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::iw_get_ext |
( |
|
self, |
|
|
|
ifname, |
|
|
|
request, |
|
|
|
data = None | |
|
) |
| | |
Read information from ifname.
Definition at line 1012 of file iwlibs.py.
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::iw_set_ext |
( |
|
self, |
|
|
|
ifname, |
|
|
|
operation, |
|
|
|
data = None | |
|
) |
| | |
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::pack |
( |
|
self, |
|
|
|
fmt, |
|
|
|
args | |
|
) |
| | |
Calls struct.pack and returns the result.
Definition at line 981 of file iwlibs.py.
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::pack_test |
( |
|
self, |
|
|
|
string, |
|
|
|
buffsize | |
|
) |
| | |
Packs wireless request data for sending it to the kernel.
Definition at line 997 of file iwlibs.py.
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::pack_wrq |
( |
|
self, |
|
|
|
buffsize | |
|
) |
| | |
Packs wireless request data for sending it to the kernel.
Definition at line 985 of file iwlibs.py.
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::parse_data |
( |
|
self, |
|
|
|
fmt, |
|
|
|
data | |
|
) |
| | |
def multi_interface_roam::pythonwifi::iwlibs::Iwstruct::unpack |
( |
|
self, |
|
|
|
fmt, |
|
|
|
packed_data | |
|
) |
| | |
Unpacks data with given format.
Definition at line 1005 of file iwlibs.py.
Member Data Documentation
The documentation for this class was generated from the following file: