dd-wrt trying to connect to one of two ssids with same name

0

There are two networks within my routers range with the same ssid. One is my friends who let's me use it and the other I don't know whose it is. They both have passwords off. My friend is kind is not computer savvy and is afraid of me messing around with his router to change the ssid name.

Is there a way to connect to an ssid with a specific mac address so thati O connect to the right ssid? By default it connects to the ssid that's not my friends.

Any help is much appreciated.

boruchsiper

Posted 2010-10-26T03:40:49.933

Reputation: 101

Stackoverflow is for programming related questions. Your question should go to superuser.com – Dennis G – 2010-10-26T05:28:30.073

Answers

0

Use the ap option of iwconfig to specify which to connect to.

Ignacio Vazquez-Abrams

Posted 2010-10-26T03:40:49.933

Reputation: 100 516

Ignacio, I have no idea how to do what you've suggested. Can you be so kind and elaborate further. – boruchsiper – 2010-11-05T04:33:52.047

iwconfig is the command to configure a wireless NIC. One of the arguments it takes, ap, specifies the address of the other device to connect to. See the iwconfig(8) man page for further details. – Ignacio Vazquez-Abrams – 2010-11-05T04:38:36.223