Re: Connect to wireless Access Point according to MAC address

2009-11-26 Thread Daniel Gracia Garallar
'man ifconfig' states you can use bssid parameter to specify your desired bssid -automatic is the default mode-. So you may try 'ifconfig iwn0 nwid Open bssid 00:0b:0e:33:ed:00'. Regards, Dani Milin escribiC3: Hi all, I'd like to connect to the wireless AP according to its MAC address. For

Re: Connect to wireless Access Point according to MAC address

2009-11-26 Thread Milin
Thanks all very much, the problem is then solved. Milan 2009/11/26 TomC!E! BodE>C!r : > I know. Just my fault. It was obvious from his question for what he is > looking for so I used "shortcut" :-) > > 2009/11/26 Nick Guenther : >> 2009/11/26 TomC!E! BodE>C!r : > > >> >> Also, the BSSID is not

Re: Connect to wireless Access Point according to MAC address

2009-11-26 Thread Nick Guenther
2009/11/26 TomC!E! BodE>C!r : > On Thu, Nov 26, 2009 at 12:27 PM, Milin wrote: >> Hi all, >> >> I'd like to connect to the wireless AP according to its MAC address. >> For example there are two wireless AP >> >> nwid Open chan 6 bssid 00:0b:0e:29:06:40 189dB 54M short_preamble,short_slottime >> nw

Re: Connect to wireless Access Point according to MAC address

2009-11-26 Thread Tomáš Bodžár
I know. Just my fault. It was obvious from his question for what he is looking for so I used "shortcut" :-) 2009/11/26 Nick Guenther : > 2009/11/26 TomC!E! BodE>C!r : > > Also, the BSSID is not the MAC. It looks like a MAC but it's a > wifi-specific thing (you can have multiple APs on the same B

Re: Connect to wireless Access Point according to MAC address

2009-11-26 Thread Chris Bennett
Milin wrote: Hi all, I'd like to connect to the wireless AP according to its MAC address. For example there are two wireless AP nwid Open chan 6 bssid 00:0b:0e:29:06:40 189dB 54M short_preamble,short_slottime nwid Open chan 6 bssid 00:0b:0e:33:ed:00 172dB 54M short_preamble,short_slottime and

Re: Connect to wireless Access Point according to MAC address

2009-11-26 Thread Tomáš Bodžár
Why you Google for something which you can find in man page? http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html from this man page : bssid bssid Set the desired BSSID for IEEE 802.11-based wireless network in-

Connect to wireless Access Point according to MAC address

2009-11-26 Thread Milin
Hi all, I'd like to connect to the wireless AP according to its MAC address. For example there are two wireless AP nwid Open chan 6 bssid 00:0b:0e:29:06:40 189dB 54M short_preamble,short_slottime nwid Open chan 6 bssid 00:0b:0e:33:ed:00 172dB 54M short_preamble,short_slottime and I'd like to con