two APs have the same ssid?

Pavel Roskin proski at gnu.org
Fri Sep 19 11:34:48 EDT 2008


On Fri, 2008-09-19 at 14:25 +0800, cyx wrote:
> Hi,all
> 
> 	if I have two or more APs which have the same ssid. How to choose one of them to connect?

You can find an example in wpa_supplicant.conf in wpa_supplicant
sources.

# bssid: BSSID (optional); if set, this network block is used only when
#       associating with the AP using the configured BSSID

network={
        ssid="example"
        bssid=00:11:22:33:44:55
        proto=WPA RSN
        key_mgmt=WPA-PSK WPA-EAP
        pairwise=CCMP
        group=CCMP
        psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
}

-- 
Regards,
Pavel Roskin


More information about the HostAP mailing list