ShellYard
Last reviewed against v0.9.0 source: internal/tools/ap_scan.go

AP scanner

Wi-Fi: SSID, BSSID, channel, signal, security. macOS uses airport, Linux uses iw / iwlist.

Lists nearby Wi-Fi access points with:

  • SSID
  • BSSID
  • Channel and width
  • Signal (RSSI)
  • Security (Open / WEP / WPA / WPA2 / WPA3)

Per-OS

  • macOS — uses the legacy airport binary. The first run prompts for Location Services permission.
  • Linux — uses iw or iwlist.
  • Windows — not currently supported.