-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Upgraded to macOS 15.6 and "ipconfig getsummary en0" now only returns that Wi-Fi SSID is .
...
}
InterfaceType : WiFi
LinkStatusActive : TRUE
NetworkID : <redacted>
SSID : <redacted>
Security : WPA2_PSK
}
I found an alternative, but it is very slow:
system_profiler SPAirPortDataType | awk '/Current Network/ {getline;$1=$1; gsub(":",""); print;exit}'
sungvzer
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working