mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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
This commit is contained in:
parent
80d028d902
commit
d69bbbb50c
2 changed files with 4 additions and 0 deletions
|
|
@ -7,3 +7,5 @@ examples: >-
|
|||
SELECT transmit_rate FROM wifi_status;
|
||||
|
||||
```
|
||||
notes: >-
|
||||
- `bssid` and `country code` are only available for macOS 11 and earlier because they would enable geolocation.
|
||||
|
|
|
|||
|
|
@ -7,3 +7,5 @@ examples: >-
|
|||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue