LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem with multiple AP's with same ssid(WiFi question) (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-multiple-aps-with-same-ssid-wifi-question-725989/)

cynicalpsycho 05-14-2009 11:13 AM

problem with multiple AP's with same ssid(WiFi question)
 
If you're in an environment where you have multiple APs (wireless access points)with the same SSID;
Is it possible for you to specify which one you wish to connect to based on its Bssid (or mac)?

sarin 05-14-2009 11:26 AM

I remember that iwconfig allows you to specify a mac for an ap. Check man page of iwconfig.

cynicalpsycho 05-14-2009 04:57 PM

Quote:

Originally Posted by sarin (Post 3540774)
I remember that iwconfig allows you to specify a mac for an ap. Check man page of iwconfig.

isn't iwconfig just for checking your connection?

Poetics 05-14-2009 05:51 PM

`iwconfig` can most certainly be used to associate with one access point / network over another. As Sarin said, check the manpage.

When I log onto my home network, I have the following as part of a handy script:

iwconfig eth1 essid 'My Network' AP '00:00:FF:DD:43:78' channel 7 key s:'Mykey'

Remember, most of the time, GUI applications are a frontend for all the work that's going on in the background. Wicd or other network managers may use commands like the above to allow you to associate to a given network.


All times are GMT -5. The time now is 04:36 PM.