snuglinux
snuglinux
@sunzone93 I have the same problem. Did you manage to figure out the problem?
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...
after a couple of minutes, the access point still breaks the connection and then you can connect only if nmcli connection up wlan1 :(
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 ```