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
288 B
YAML
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.
|