mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
11 lines
288 B
YAML
11 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.
|