Browse Source

README.md: hostap manual tests

vanhoefm 7 years ago
parent
commit
c3f08fc1e0
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -65,3 +65,11 @@ Our scripts are officially only supported on Kali Linux. Nevertheless, some user
 2. Execute `pip install pycryptodomex`
 
 They further recommended to install this python module under a virtual python environment using virtualenv.
+
+# Extra: Manual Tests
+
+It's also possible to manually perform tests by cloning the hostap git repository:
+
+	git clone git://w1.fi/srv/git/hostap.git
+	
+And following the instructions in [tests/cipher-and-key-mgmt-testing.txt](https://w1.fi/cgit/hostap/tree/tests/cipher-and-key-mgmt-testing.txt).