From 0c458c4c64c1932282845b5ec02285d8ff2d2a2c Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 15:21:13 -0500 Subject: [PATCH 1/3] airport: added sniff and status info commands --- pages/osx/airport.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/osx/airport.md b/pages/osx/airport.md index fa379fe659..4d1a288839 100644 --- a/pages/osx/airport.md +++ b/pages/osx/airport.md @@ -6,6 +6,14 @@ `sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport` +- Show current wireless status information: + +`airport -I` + +- Sniff wireless traffic on channel 1: + +`airport sniff {{1}}` + - Scan for available wireless networks: `airport -s` From e4968fc3b08b5e250d0552275df6a166a88d1b91 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 15:32:16 -0500 Subject: [PATCH 2/3] airport: better description --- pages/osx/airport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/osx/airport.md b/pages/osx/airport.md index 4d1a288839..0667c7ff0a 100644 --- a/pages/osx/airport.md +++ b/pages/osx/airport.md @@ -1,6 +1,6 @@ -# Airport +# airport -> Airport utility. +> Wireless network configuration utility. - Create a symlink so you can easily run 'airport' without specifying a path: From 72885c58b369a25920007f2676ca248792c2c18d Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 16:29:11 -0500 Subject: [PATCH 3/3] airport: removed symlink example --- pages/osx/airport.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/osx/airport.md b/pages/osx/airport.md index 0667c7ff0a..bd3625b92e 100644 --- a/pages/osx/airport.md +++ b/pages/osx/airport.md @@ -2,10 +2,6 @@ > Wireless network configuration utility. -- Create a symlink so you can easily run 'airport' without specifying a path: - -`sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport` - - Show current wireless status information: `airport -I`