View previous topic :: View next topic |
Author |
Message |
spookswatch n00b
Joined: 17 Sep 2024 Posts: 4
|
Posted: Tue Sep 17, 2024 3:50 pm Post subject: wpa_supplicant doesn't work / can't connect to router |
|
|
Deleted
Last edited by spookswatch on Wed Sep 18, 2024 3:06 pm; edited 1 time in total |
|
Back to top |
|
|
bstaletic Guru
Joined: 05 Apr 2014 Posts: 361
|
Posted: Tue Sep 17, 2024 4:07 pm Post subject: |
|
|
What's the output of equery u wpa_supplicant?
By default, the TKIP USE flag is disabled. |
|
Back to top |
|
|
spookswatch n00b
Joined: 17 Sep 2024 Posts: 4
|
Posted: Tue Sep 17, 2024 6:21 pm Post subject: |
|
|
Deleted
Last edited by spookswatch on Wed Sep 18, 2024 6:24 pm; edited 1 time in total |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1910
|
Posted: Tue Sep 17, 2024 7:03 pm Post subject: |
|
|
spookswatch wrote: | I can't install equery since I don't have internet access. Did you ask me in regards to the version number of wpa_supplicant? I think it was shown as being v2.2.
I tried using only TKIP as a value and I don't remember that I got any error for this. There are many routers supporting only TKIP so that would be an issue which had to be fixed. Anyway, for the configuration posted by me it doesn't matter at all, because "CCMP TKIP" implies that CCMP will be tried first and my router supports CCMP. |
TKIP is the outdated and vulnerable authentication method from WPA. All routers should be set to WPA2 only to avoid this.
wpa_supplicant gets confused when a router is set to mixed WPA/WPA2 even if just CCMP is requested and its tkip USE is disabled (which is the current default in Gentoo).
The solution is to change the router to WPA2 only (recommended if possible) or else enable the tkip USE.
The command emerge -pvO wpa_supplicant can be used to check the current USE values as well. |
|
Back to top |
|
|
spookswatch n00b
Joined: 17 Sep 2024 Posts: 4
|
Posted: Tue Sep 17, 2024 9:00 pm Post subject: |
|
|
Deleted
Last edited by spookswatch on Wed Sep 18, 2024 6:24 pm; edited 1 time in total |
|
Back to top |
|
|
jburns Veteran
Joined: 18 Jan 2007 Posts: 1217 Location: Massachusetts USA
|
Posted: Wed Sep 18, 2024 1:28 am Post subject: |
|
|
If the router says that it supports TKIP wpa_supplicant will try using TKIP even if the the configuration says not to use it and it will fail when it finds that wpa_supplicant does not support TKIP. Wpa_supplicant must be built with tkip support to connect to a router that says it supports tkip. |
|
Back to top |
|
|
spookswatch n00b
Joined: 17 Sep 2024 Posts: 4
|
Posted: Wed Sep 18, 2024 2:37 am Post subject: |
|
|
Deleted |
|
Back to top |
|
|
|