Last active
July 25, 2016 02:37
-
-
Save tennisonchan/9e6d02f3f494fcc36d92e004cf50a92e to your computer and use it in GitHub Desktop.
#airport Wireless Tool in #mac #osx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /bin/bash | |
# To create a symbolic link to the airport command. | |
# Make sure /usr/local/sbin is in your PATH | |
# echo $PATH | |
sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/sbin/airport | |
# Display detailed information on wireless signal quality, noise, security, and other WiFi network attributes. | |
airport -I | |
# Perform a wireless broadcast scan | |
airport -s | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment