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

WPA or WPA2 support on linux #58

Open
snuglinux opened this issue Mar 26, 2021 · 3 comments
Open

WPA or WPA2 support on linux #58

snuglinux opened this issue Mar 26, 2021 · 3 comments

Comments

@snuglinux
Copy link

When using WPA or WPA2, I get an answer that the password was entered incorrectly. How to solve this problem?

@snuglinux
Copy link
Author

If you add when compiling the driver:
EXTRA_CFLAGS + = -DCONFIG_CONCURRENT_MODE
a second wlan device appears and it works fine with WPA and WPA2 in both access point and client mode.
But why isn't wlan0 working?

@snuglinux
Copy link
Author

after a couple of minutes, the access point still breaks the connection and then you can connect only if nmcli connection up wlan1 :(

@snuglinux
Copy link
Author

It turned out that when accessing wlan0, wlan1 stops working.
For NetworkManager I decided like this:
nm-system-settings.conf:

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

[keyfile]
unmanaged-devices=mac:38:01:46:4f:62:d7

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

No branches or pull requests

1 participant