On Mon, Oct 20, 2008 at 11:57:41AM +0400, Dmitrij D. Czarkoff wrote: > > How can I query available wireless networks in OpenBSD (the thing You do with > "iwlist ifname scan" in linux)? >
as some other people have pointed out, the syntax is "ifconfig <if> chan" in -current, but was "ifconfig <if> -M" in previous releases. i've just added an example to ifconfig(8) to illustrate this. jmc

