Re: iwlist scan equivalent command under OpenBSD

2006-02-17 Thread Joakim Aronius
Also note the different between ifconfig -M run under user and superuser 
permissions, sudo ifconfig -M if is what you want.

/jkm

* Nikolai N. Fetissov ([EMAIL PROTECTED]) wrote:
 On Thu, February 16, 2006 11:17 am, Ramiro Aceves wrote:
  Hi OpenBSD fans.
 
  I have been googling around and have not been able to solve this
  question. ?How can one discover what wireless networks are available
  under OpenBSD?
  I am used to the iwlist scan eth0 under Linux, and I hate to halt
  OpenBSD and boot Linux only to discover the networks, then come back
  and start OpenBSD again to continue the configuration. What is the
  OpenBSD equivalent to Linux iwlist?
 
  Anyway, my Intel 2200 card is recogniced very well under OpenBSD with
  iwi driver.
 
  Thank you very much in advance.
 
  Ramiro.
 
 
 ifconfig -M
 
 see ifconfig(8)
 -- 
  nikolai



iwlist scan equivalent command under OpenBSD

2006-02-16 Thread Ramiro Aceves
Hi OpenBSD fans.

I have been googling around and have not been able to solve this
question. ?How can one discover what wireless networks are available
under OpenBSD?
I am used to the iwlist scan eth0 under Linux, and I hate to halt
OpenBSD and boot Linux only to discover the networks, then come back
and start OpenBSD again to continue the configuration. What is the
OpenBSD equivalent to Linux iwlist?

Anyway, my Intel 2200 card is recogniced very well under OpenBSD with
iwi driver.

Thank you very much in advance.

Ramiro.



Re: iwlist scan equivalent command under OpenBSD

2006-02-16 Thread Nikolai N. Fetissov
On Thu, February 16, 2006 11:17 am, Ramiro Aceves wrote:
 Hi OpenBSD fans.

 I have been googling around and have not been able to solve this
 question. ?How can one discover what wireless networks are available
 under OpenBSD?
 I am used to the iwlist scan eth0 under Linux, and I hate to halt
 OpenBSD and boot Linux only to discover the networks, then come back
 and start OpenBSD again to continue the configuration. What is the
 OpenBSD equivalent to Linux iwlist?

 Anyway, my Intel 2200 card is recogniced very well under OpenBSD with
 iwi driver.

 Thank you very much in advance.

 Ramiro.


ifconfig -M

see ifconfig(8)
-- 
 nikolai



Re: iwlist scan equivalent command under OpenBSD

2006-02-16 Thread Ray Lai
On Thu, Feb 16, 2006 at 05:17:30PM +0100, Ramiro Aceves wrote:
 Hi OpenBSD fans.
 
 I have been googling around and have not been able to solve this
 question. ?How can one discover what wireless networks are available
 under OpenBSD?
 I am used to the iwlist scan eth0 under Linux, and I hate to halt
 OpenBSD and boot Linux only to discover the networks, then come back
 and start OpenBSD again to continue the configuration. What is the
 OpenBSD equivalent to Linux iwlist?
 
 Anyway, my Intel 2200 card is recogniced very well under OpenBSD with
 iwi driver.
 
 Thank you very much in advance.

I usually use the kismet package, but I think you can do ``ifconfig -M''
as well.

-Ray-