|
|
|
@ -50,7 +50,7 @@ public:
|
|
|
|
|
static bool isWireless( const char* _ifname ); //returns true if iface is a valid wireless interface
|
|
|
|
|
static char* essid( const char* _ifname = 0 ); //returns current ESSID
|
|
|
|
|
static char* ap( const char* _ifname = 0 ); //returns current AP
|
|
|
|
|
static int quality( const char* _ifname = 0 ); //returns current TQUALITY
|
|
|
|
|
static int quality( const char* _ifname = 0 ); //returns current QUALITY
|
|
|
|
|
static int txpower( const char* _ifname = 0 ); //returns current TXPOWER
|
|
|
|
|
|
|
|
|
|
static bool hasKey( const char* _ifname = 0 ); //returns true if WEP key for the specified interface is set
|
|
|
|
|