From ba56429ce77d028d6f23cd3a9cec44a7a3f05b52 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 02:54:00 -0500 Subject: Fix inadvertent "TQ" changes. --- src/watools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/watools.h') 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 -- cgit v1.2.1