-
Notifications
You must be signed in to change notification settings - Fork 34
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
Doesn't work with El Capitan #3
Comments
Thanks for your report. It's my pleasure if my work would be helpful to you. |
In my case it doesn't work even after changing the channel :( |
For me it works fine, just sometimes it doesn't find the right network, but if i scan than with EDIT: corrected typo from 10.10 to 10.11 |
@therealssj I guess it was just a coincidence for that day because it stopped working for me too. |
Sorry for the dumb question but I downloaded the build file airport-bssid and tried executing it in terminal, it just says command not found. I assume I am doing something wrong? |
@qsub ./airport-bssid not airport-bssid |
Worked for me with OS X 10.11.1 (15B42) |
exactly what did you have to punch in to make it work? terminal says it ran successfully, but when i hold down alt and click on the wifi in the menu bar it's still connecting to the old BSSID |
I'm sorry. It do not always work. What I think make my chances better was to manually disconnect from any ap, I think osx has influence here, maybe it will disconnect if the ap faild to I do not have the means to try it now, but when I have, I'll let you know. Em seg, 16 de mai de 2016 19:06, Will [email protected] escreveu:
|
Hi, I updated my OS to El Capitan and I'm digging into airport-bssid bugs.
After I tried airport-bssid on El Capitan, I feel like that problem 1 is not what we can debug, because the problem seems to come from AP beacon interval spec or something like that. Some methods are deprecated in new OS, so I updated codes a little and committed it. |
I'm trying to run this on El Capitan. In terminal I try:
I trimmed the MAC address here for privacy. The result I get back is:
My WiFi connection is turned on and that network is available: Any ideas? |
This is what I'm seeing on El Capitan. First I disassociate, then connect to a specific BSSID. It reports I'm connected to it, but the status shows differently.
|
I am seeing the same issues.. running El Capitan 10.11.6 currently. I downloaded + copied the latest source from here without issue. When I run it, like this: `$ sudo ./airport-bssid en0 BB:BB:BB:BB:BB:BB XXXXXXXX Associated to network "Hotel" (BSSID: BB:BB:BB:BB:BB:BB)` However, when I hold the option key and click the Wifi icon in my menu bar, I still see my computer associated with the old AA:AA:AA:AA:AA:AA BSSID. (in addition, this connection fluctuates, so it likes to switch frequently.. how can I make it only ever connect to the one I specify and ignore all others until I say otherwise?) |
Here are my 2cents worth... I have sporadically succeeded to 'connect' to an 11ac BSSID with option-click on the WIFI showing the expected TxRate despite it saying the PHYmode was 802.11n. However it was unusable to me... configured as I am as a DHCP client; The router would not give me an appropriate IP Address and all that jazz. I wonder if it is because this WPA Enterprise? hmm. |
anyone come right with this or find an alternative? |
Same issue here. always
does someone have a solution? |
Per @weltonrodrigo comment, I did the following on Sierra (10.12.6) Cloned the repo |
yes, compiled it today and tested on eduroam AP's |
Same issue on El Capitan even after compiling from source and stepping through it in XCode. @qpSHiNqp Since you updated to El Capitan, were you able to reproduce that issue? |
I've actually found the operation to be intermittent. Sometimes it works, sometimes not. When it does work, the setting will only persist for a period of a few minutes. My guess is that macOS is just overwriting the setting with it's own WiFi manager. Would probably need a way to disable it all-together in order to get this to work reliably and consistently. |
For many here, it seems that they are likely using the WPS easy I would like to know and understand if anyone using WPA2, which requires Airport info for one of the access points. Command
|
It associates the wifi with the network but somehow El Capitan doesn't respect that. In my case before associating with the network I'm first changing the wifi channel to the network's channel that I want to connect (e.g. if it's channel 1
airport -c1
) and it's working this way.Thanks for this repo.
The text was updated successfully, but these errors were encountered: