Skip to content

Instantly share code, notes, and snippets.

@tennisonchan
Last active July 25, 2016 02:37
Show Gist options
  • Save tennisonchan/9e6d02f3f494fcc36d92e004cf50a92e to your computer and use it in GitHub Desktop.
Save tennisonchan/9e6d02f3f494fcc36d92e004cf50a92e to your computer and use it in GitHub Desktop.
#airport Wireless Tool in #mac #osx
# /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