commit
089bd319e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user