You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have an issue when trying to get the BSSID from getCurrentConnection. As a new Apple security update since macOS Monterey 12.1, we are not able to get the BSSID from /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport without sudo.
Describe the solution you'd like
Add a flag when running getCurrentConnection to use under sudo. If the app has right privileges, shall return the BSSID; otherwise will thrown an error that needs upper privileges while using it with the sudo flag.
Describe alternatives you've considered
There is no other way to get the BSSID without sudo.
pf895929
changed the title
[Bug]: Get empty BSSID string in macOS Monterey (> 12.1)
[Feat]: Get empty BSSID string in macOS Monterey (> 12.1)
Mar 28, 2022
Is your feature request related to a problem? Please describe.
I have an issue when trying to get the BSSID from getCurrentConnection. As a new Apple security update since macOS Monterey 12.1, we are not able to get the BSSID from /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport without sudo.
Describe the solution you'd like
Add a flag when running getCurrentConnection to use under sudo. If the app has right privileges, shall return the BSSID; otherwise will thrown an error that needs upper privileges while using it with the sudo flag.
Describe alternatives you've considered
There is no other way to get the BSSID without sudo.
Teachability, Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: