View previous topic :: View next topic |
Author |
Message |
Wielebny Tux's lil' helper
Joined: 12 Nov 2006 Posts: 142 Location: Bydgoszcz
|
Posted: Sat Sep 29, 2007 8:44 am Post subject: [SOLVED] Problem with wpa_supplicant and hidden SSID |
|
|
I need to connect my IBM T41 to WIFI network with hidden SSID.
My configuraton of wpa_supplicant:
Quote: | ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
eapol_version=1
fast_reauth=1
network={
ssid="MY_NETWORK"
bssid=00:1A:70:EB:88:FF
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP CCMP
# scan_ssid=1
psk="%%%%%%%"
priority=1
}
|
And it doesn't work but when the SSID is unhide everythink is ok.
I'm working on wpa_supplikannt + madwifi-ng , wifi router -> WRTG 54GL + TOMATO
Please help. _________________ Gentoo na razie mnie pokonuje ale walcze
Last edited by Wielebny on Sun Sep 30, 2007 9:26 am; edited 1 time in total |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Sat Sep 29, 2007 9:04 am Post subject: |
|
|
Moved from Installing Gentoo to Networking & Security.
networking stuff, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
tarpman Veteran
Joined: 04 Nov 2004 Posts: 1083 Location: Victoria, BC, Canada
|
Posted: Sat Sep 29, 2007 4:56 pm Post subject: |
|
|
Uncomment the line scan_ssid=1, or, even better, turn off SSID hiding. Honestly, there's no point to it. _________________ Saving the world, one kilobyte at a time. |
|
Back to top |
|
|
Wielebny Tux's lil' helper
Joined: 12 Nov 2006 Posts: 142 Location: Bydgoszcz
|
Posted: Sat Sep 29, 2007 5:17 pm Post subject: |
|
|
tarpman wrote: | Uncomment the line scan_ssid=1 |
Not work _________________ Gentoo na razie mnie pokonuje ale walcze |
|
Back to top |
|
|
Turingtest n00b
Joined: 31 Mar 2006 Posts: 44
|
Posted: Sat Sep 29, 2007 5:42 pm Post subject: |
|
|
Try changing ap_scan to
and setting only one option (TKIP or CCMP) under pairwise.
Hiding the SSID is a waste of time though, the only clients you'll prevent from connecting are your own. |
|
Back to top |
|
|
Wielebny Tux's lil' helper
Joined: 12 Nov 2006 Posts: 142 Location: Bydgoszcz
|
Posted: Sun Sep 30, 2007 9:26 am Post subject: |
|
|
It works when I set PAIRWISE on TKIP only.
Thank you for help. _________________ Gentoo na razie mnie pokonuje ale walcze |
|
Back to top |
|
|
|