Skip to content

Commit

Permalink
Emphasize requirement for active monitor mode
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
schmittner authored Aug 20, 2019
1 parent aab2d1f commit a76afa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OWL is not affiliated with or endorsed by Apple Inc. Use this code at your own r

## Requirements

To use OWL, you will need a Wi-Fi card supporting active monitor mode with frame injection. We recommend the Atheros AR9280 chip (IEEE 802.11n) which we used to develop and test this code. (Configurations that do not support active monitor mode, i.e., ACK received frames, might suffer from throughput degradation because the sender will re-transmit each frame up to 7 times as per the IEEE 802.11 standard.)
To use OWL, you will need a Wi-Fi card supporting active monitor mode with frame injection. We recommend the Atheros AR9280 chip (IEEE 802.11n) which we used to develop and test this code. Configurations that do not support *active* monitor mode, i.e., ACK received frames, might suffer from throughput degradation because the sender will re-transmit each frame up to 7 times as per the IEEE 802.11 standard. Have a look at [this issue](https://github.com/seemoo-lab/owl/issues/9) if you want to find out whether your card meets the requirements.


## Installation
Expand Down

1 comment on commit a76afa3

@bobwilmes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please give a couple brand name and model for the Atheros AR9280 WiFi adapter you used ?
I am trying to find one with a USB interface for ThinkPad T50p using Ubuntu 18.04.

Please sign in to comment.