mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
d69bbbb50c
* note bssid and country code not available on wifi_survey table * wifi survey
12 lines
337 B
YAML
12 lines
337 B
YAML
name: wifi_survey
|
|
examples: >-
|
|
Count the amount of wireless networks visible to the computer.
|
|
|
|
```
|
|
|
|
SELECT COUNT ( DISTINCT network_name ) AS "Number of wireless networks visible" FROM wifi_survey;
|
|
|
|
```
|
|
notes: >-
|
|
- `bssid` and `country code` are only available for macOS 11 and earlier because they would enable geolocation.
|