Update inject_80211.md

This commit is contained in:
Jiao Xianjun 2021-03-29 13:24:52 +02:00 committed by GitHub
parent fdbf6a5a6f
commit 4ec04889b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,9 @@ To this end, we have adapted a [packetspammer](https://github.com/gnychis/packet
### Build inject_80211 on board
Userspace program to inject 802.11 packets through mac80211 supported (softmac) wireless devices.
Login/ssh to the board, then
Login/ssh to the board and setup internet connection according to the Quick Start. Then
```
apt install libpcap-dev
cd openwifi/inject_80211
make
```