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
airportbinary. The first run prompts for Location Services permission. - Linux — uses
iworiwlist. - Windows — not currently supported.