diff --git a/README.md b/README.md index 4cee150..f180c43 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,11 @@ Run a wireless scan: airport -s ``` +#### Show Current SSID +```bash +/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | awk '/ SSID/ {print substr($0, index($0, $2))}' +``` + #### Show Local IP Address ```bash ipconfig getifaddr en0