Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds wifi_network table to capture wifi network name. #48

Merged
merged 3 commits into from
May 25, 2024

Conversation

vdesouza
Copy link
Contributor

Adds a table to get the current wifi network name since the Osquery wifi_info table no longer does this.

Includes the rest of the working fields in wifi_info so you only need to use this table.

See osquery issue #8220

Testing

osquery> SELECT * FROM wifi_network;
+--------------------+-----------+------+-------+---------+---------------+--------------+---------------+---------------+---------+
| ssid               | interface | rssi | noise | channel | channel_width | channel_band | transmit_rate | security_type | mode    |
+--------------------+-----------+------+-------+---------+---------------+--------------+---------------+---------------+---------+
| Chill N Fill Guest | en0       | -53  | -92   | 40      | 40            | 5            | 360.000000    | WPA2 Personal | Station |
+--------------------+-----------+------+-------+---------+---------------+--------------+---------------+---------------+---------+

@grahamgilbert grahamgilbert merged commit 7054bfb into macadmins:main May 25, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants