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

Access wifi data through daemon for macOS Monterey #521

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

javo
Copy link
Contributor

@javo javo commented Oct 25, 2021

No description provided.

@@ -67,20 +67,29 @@ exports.get_active_access_point = function(callback) {

var ap = {ssid: ssid, mac_address: mac_address, signal_strength: signal_strength, channel: channel, security: security}
callback(null, ap);
}

if (common.os_release >= "12.0") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 👍

@javo javo merged commit 2bcebd4 into master Nov 12, 2021
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.

3 participants