fleet/schema/tables/wifi_status.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
288 B
YAML

name: wifi_status
examples: >-
See the current speed of the WiFi connection, in megabits per second.
```
SELECT transmit_rate FROM wifi_status;
```
notes: >-
- `bssid` and `country code` are only available for macOS 11 and earlier because they would enable geolocation.