fleet/schema/tables/wifi_survey.yml
Mo Zhu d69bbbb50c
note bssid and country code not available on wifi_survey and wifi_status tables (#8484)
* note bssid and country code not available on  wifi_survey table

* wifi survey
2022-11-11 11:53:41 -08:00

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.