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:
Mo Zhu 2022-11-11 11:53:41 -08:00 committed by GitHub
parent 80d028d902
commit d69bbbb50c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -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.

View file

@ -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.