View Single Post
Old 5th November 2008
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by johnzlly View Post
pkg_add.Need configure? And which particular options?
On OpenBSD wpa_supplicant file is not really a separate text file like on FreeBSD. You have to set up the interface which will use wpa from the command line or by editing /etc/hostname.interface file. You can also write a small script which can do that for you automatically after the boot process. The last method is convinient if you are using WPA on WiFi interfaces on multiple networks. Unlike FreeBSD paskey has to be in hexadecimal code

Read man pages for ifconfig to learn more. In particular since wpapsk must be in hexadecimal form read man pages for wpa-psk. That will explain you how to change regular word password into hexsadecimal code.

Cheers,
OKO

Last edited by Oko; 5th November 2008 at 03:19 PM.
Reply With Quote