Get Infos on WLAN on OSX


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -I | awk '/avg/ || / SSID/ {printf $0 }' | awk '{ print "WLAN : " $6 ", S/N " $2 "/" $4 }'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.