diff --git a/schema/tables/wifi_status.yml b/schema/tables/wifi_status.yml index 7f7ad9e0e6..536ebd2d6a 100644 --- a/schema/tables/wifi_status.yml +++ b/schema/tables/wifi_status.yml @@ -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. diff --git a/schema/tables/wifi_survey.yml b/schema/tables/wifi_survey.yml index db50b2fc12..bcef3b1e8b 100644 --- a/schema/tables/wifi_survey.yml +++ b/schema/tables/wifi_survey.yml @@ -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.