Skip to content

macOS netword SSID issue #358

@mamantoha

Description

@mamantoha

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}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions