multi_interface_roam::pythonwifi::iwlibs Namespace Reference

Classes

class  Iwfreq
class  Iwparam
class  Iwpoint
class  Iwquality
class  Iwrange
class  Iwscan
class  Iwscanresult
class  Iwstats
class  Iwstruct
class  Wireless
class  WirelessConfig
class  WirelessInfo

Functions

def getConfiguredWNICnames
def getNICnames
def getWNICnames
def hex2int
def makedict

Variables

int GIGA = 10
int KILO = 10
int MEGA = 10

Function Documentation

def multi_interface_roam::pythonwifi::iwlibs::getConfiguredWNICnames (  ) 
Get the *configured* ifnames by a systemcall.

   >>> getConfiguredWNICnames()
   []

Definition at line 90 of file iwlibs.py.

def multi_interface_roam::pythonwifi::iwlibs::getNICnames (  ) 
Extract network device names from /proc/net/dev.

    Returns list of device names.  Returns empty list if no network
    devices are present.

    >>> getNICnames()
    ['lo', 'eth0']

Definition at line 43 of file iwlibs.py.

def multi_interface_roam::pythonwifi::iwlibs::getWNICnames (  ) 
Extract wireless device names from /proc/net/wireless.

    Returns empty list if no devices are present.

    >>> getWNICnames()
    ['eth1', 'wifi0']

Definition at line 65 of file iwlibs.py.

def multi_interface_roam::pythonwifi::iwlibs::hex2int (   hexstring  ) 
Convert hex string to integer. 

Definition at line 123 of file iwlibs.py.

def multi_interface_roam::pythonwifi::iwlibs::makedict (   kwargs  ) 

Definition at line 120 of file iwlibs.py.


Variable Documentation

Definition at line 40 of file iwlibs.py.

Definition at line 38 of file iwlibs.py.

Definition at line 39 of file iwlibs.py.

 All Classes Namespaces Files Functions Variables Typedefs Properties Friends Defines


multi_interface_roam
Author(s): Blaise Gassend
autogenerated on Fri Jan 11 09:52:36 2013