diff options
Diffstat (limited to 'src/watools.h')
-rw-r--r-- | src/watools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watools.h b/src/watools.h index 5e03b8a..4e8f931 100644 --- a/src/watools.h +++ b/src/watools.h @@ -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 |