Re: Cannot connect to wpa/wpa2 network with hidden SSID
- From: 代尔欣 <daierxin gmail com>
- To: "Joshua C." <joshuacov googlemail com>
- Cc: networkmanager-list gnome org
- Subject: Re: Cannot connect to wpa/wpa2 network with hidden SSID
- Date: Wed, 8 Jul 2009 19:19:05 +0800
Hi all,
I also have this problem. I try with NetworkManager-0.7.0. I am not familiar with wpa_supplicant. I try below conf with wpa_supplicant.
Conf 1:
ap_scan=1
network={
ssid="HIDE"
scan_ssid=1
proto=WPA
pairwise=TKIP
group=TKIP
key_mgmt=WPA-PSK
psk="12345678"
}
This conf is similar with using NetworkManager sent to wpa_supplicant. The network can't be connected.
Conf 2:
ap_scan=2
network={
ssid="HIDE"
scan_ssid=1
proto=WPA
pairwise=TKIP
group=TKIP
key_mgmt=WPA-PSK
psk="12345678"
}
This can connect. It seems ap_scan=2 make wpa_supplicant connect the AP directly But not scan the AP(If scan, should return FALSE? because the AP is hidden.)
I want to know the networkmanager can build the different option for differnt AP and pass it to wpa_supplicant?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]