Skip to content

SSID information retrieval issue #1

Description

@RamanaRaj7

ipconfig getsummary en0 | awk '/ SSID/ {print $NF}' this was used to retrieve SSID data in macOS after macOS 15.6 this no longer works and shows those information as <redacted>

A work around for this would be to use system_profiler SPAirPortDataType | awk '/Current Network/ {getline;$1=$1; gsub(":",""); print;exit}' but there is a delay of around 4 seconds

Open to any new workarounds

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions