summaryrefslogtreecommitdiffstats
path: root/src/watools.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 19:54:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 19:54:40 +0900
commit54ee84e58edeaf67efb666d8f7d4242a11e89fc6 (patch)
tree9415b671cc378d9644f06f7e1d6a217be0816adf /src/watools.cpp
parent8f1aef64b2a93fc90f1333329631b9b64cf10697 (diff)
downloadwlassistant-54ee84e58edeaf67efb666d8f7d4242a11e89fc6.tar.gz
wlassistant-54ee84e58edeaf67efb666d8f7d4242a11e89fc6.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/watools.cpp')
-rw-r--r--src/watools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watools.cpp b/src/watools.cpp
index 252c791..9ae5a20 100644
--- a/src/watools.cpp
+++ b/src/watools.cpp
@@ -97,7 +97,7 @@ int WATools::rxpackets( const char* _ifname ) ///returns number of packets recei
//////////////////////
///// WIRELESS EXTENSIONS CALLS
-bool WATools::isWireless( const char* _ifname ) /// returns TRUE if the specified interface supports Wireless Extensions
+bool WATools::isWireless( const char* _ifname ) /// returns true if the specified interface supports Wireless Extensions
{
static iwreq req;
memset( &req, 0, sizeof(req) );