-
Notifications
You must be signed in to change notification settings - Fork 48
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
Linux iw #16
base: master
Are you sure you want to change the base?
Conversation
At this point, AP connection is still handled by |
I checked #16 out. These were the issues I was facing.
Suggestions
|
Ok, let me address your points in the same order:
|
Yes; regarding the My reasoning here was that I didn't assume the previous configuration still held true; what if the password had changed (or what if security type had been changed/removed itself)? It would always be more reliable to just do what the user specified as opposed to allow previous decisions to silently override what the user expected to happen. I'm not yet convinced this should not be the desired behaviour. |
Let me see if I got it right
There is also a callback in Is there any check against resource busy errors? Like, when you try to manually scan when there is a scan in progress, I guess it throws an error. |
nmcli
seems to give different results in different distros. Rather than write a different parsing rules for each version, I tried to replacenmcli
wherever possible withiw
,iwconfig
, orifconfig
, tools I hope will prove to be more version-portable.But, this branch has to be tested to know for sure! I'm especially interested if anyone on 14.04 can try this out, and see how WiFi scanning & reset go.