From 57558bc34bb010061537ecdc73ad0c5913dfe221 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 2 Oct 2015 22:19:51 +0200 Subject: [PATCH] Add Wireless Scan --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 46fef82..cffadbb 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,16 @@ traceroute github.com ### Wi-Fi +#### Scan Available Access Points +Create a symbolic link to the airport command for easy access: +```bash +sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/bin/airport +``` +Run a wireless scan: +```bash +airport -s +``` + #### Show Wi-Fi Connection History ```bash defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences | grep LastConnected -A 7