any particular reason to use a syntax different from the one in the drivers man pages?
i.e: ifconfig wpi0 wpa wpapsk `wpa-psk wlan supersecret` instead of: ifconfig wpi0 nwid wlan wpa wpapsk $(wpa-psk wlan supersecret) you really want to specify the ssid with nwid too. Damien | CVSROOT: /cvs | Module name: src | Changes by: blamb...@cvs.openbsd.org 2009/02/15 10:33:13 | | Modified files: | sbin/ifconfig : ifconfig.8 | | Log message: | Give an example of how to use wpa-psk(8) to connect to WPA | networks in the wpapsk section of the page. | | ok deraadt@ henning@ |