View Single Post
Old 3rd November 2008
johnzlly johnzlly is offline
Port Guard
 
Join Date: Jun 2008
Posts: 23
Default

Quote:
Originally Posted by richardpl View Post
Authenticator for IEEE80211 clearly (must) use system specific calls. And such calls are not emulated because there is no point in doing such thing ...
It's the thing that i worried about,too.
Quote:
Originally Posted by richardpl View Post
And why are you using that linux program, and not native one?
The company only provide the linux&MS client program.Because there is little people using the BSDs in our country.So i must run the program or my openbsd box can't connect the internet.
I used to run the wpa_supplicant utility,but it can't pass the authentication.
Code:
#wpa_supplicant -Dwired -c/etc/wpa_supplicant.conf -i em0 
#cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant

ctrl_interface_group=wheel

ap_scan=0

network={

key_mgmt=IEEE8021X

eap=MD5

identity="username"

password="password"

eapol_flags=0

}

Last edited by johnzlly; 3rd November 2008 at 02:47 PM.
Reply With Quote