-
Notifications
You must be signed in to change notification settings - Fork 1k
Clients failed to connect with correct password. #211
Comments
Please post the output of the following commands before you use
So, this was working before? Probably it's a |
I've to find out(or at least I guess Thank you for this project. But I anyway attach cmds output:
|
Most likely your wifi hardware does not support AP & Client modes simultaneously, and create_ap fails to detect that capability (or lack thereof) in some cases, as per issue #203 You may try specifying --no-virt as follows: Hope this helps until issue #203 is fixed. |
@macmpi thank you, I'll try 😄 |
Since it is fixed after a reboot, I'm closing the issue. Thanks! |
Hello! I'm using Arch Linux, after some of latest updates, I've got this in logs each time I try to connect from phone to access point:
And phone disconnects without error every time I try to connect.
I create access point inside network namespace(ip netns), using command:
create_ap "<wifi interface>" "<interface with internet>" "<access-point-name>" "<password>"
Is somebody knows how to fix that?
The text was updated successfully, but these errors were encountered: