From 64a20238aea1cc4a601e0cabb343356b0c3125bc Mon Sep 17 00:00:00 2001 From: Mathy Date: Mon, 20 Apr 2020 19:26:15 -0400 Subject: [PATCH] fragattacks: README update --- research/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/research/README.md b/research/README.md index c05424a87..ebc420cd5 100644 --- a/research/README.md +++ b/research/README.md @@ -2,9 +2,11 @@ ## Installation -1. Install the dependencies in `../../requirements.txt` (Python3). +1. **Compile and install backports** -2. Compile the modified `hostapd` and `wpa_supplicant` using `cd research && ./build.sh`. +2. Install the dependencies in `../../requirements.txt` (Python3). + +3. Compile the modified `hostapd` and `wpa_supplicant` using `cd research && ./build.sh`. If this fails install the required dependencies. The build.sh script is also very trivial so you can manually execute each command in that script to see where it fails and how to fix it.