Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Almbladh committed Dec 30, 2014
1 parent 9a9c965 commit 7438de2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ Monitor mode server (AP side)
Monitor mode server (STA side)

```
wperf -s --sta --monitor=<ifname> --bssid=<bssid> \
--dhost=<mac> [--shost=<mac>]
wperf -s --sta --monitor=<ifname> --bssid=<bssid> --dhost=<mac> [--shost=<mac>]
```

Native UDP client
Expand All @@ -62,13 +61,11 @@ Native UDP client
Monitor mode client (AP side)

```
wperf -c <ip> --monitor=<ifname> --bssid=<bssid> \
--dhost=<mac> [--shost=<mac>]
wperf -c <ip> --monitor=<ifname> --bssid=<bssid> --dhost=<mac> [--shost=<mac>]
```

Monitor mode client (STA side)

```
wperf -c <ip> --sta --monitor=<ifname> --bssid=<bssid> \
--shost=<mac> [--dhost=<mac>]
wperf -c <ip> --sta --monitor=<ifname> --bssid=<bssid> --shost=<mac> [--dhost=<mac>]
```

0 comments on commit 7438de2

Please sign in to comment.