You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
331 B
14 lines
331 B
diff --git a/src/watools.cpp b/src/watools.cpp
|
|
index 5814274..252c791 100644
|
|
--- a/src/watools.cpp
|
|
+++ b/src/watools.cpp
|
|
@@ -192,6 +192,8 @@ int WATools::availableNetworks( const char* _ifname ) //returns a list of availa
|
|
i++;
|
|
} while (scan = scan->next);
|
|
printf( "WATools: Networks found: %i\n", i );
|
|
+
|
|
+ return i;
|
|
}
|
|
|
|
|