tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: hostapd fun
On Fri, Jul 04, 2008 at 01:02:38PM -0500, David Young wrote:
> On Fri, Jul 04, 2008 at 04:47:31PM +0100, Patrick Welche wrote:
> > I'm having my first attempt at hostapd, but get
> >
> > ioctl[SIOCS80211]: No such file or directory == ENENT
>
> Does this stop it from working?
No, it probably doesn't work because of my configuration... I finally saw
a "Authentication with ... timed out" scroll by..
Here's my attempted configuration. hostapd.conf:
interface=ath0
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=1
debug=2
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
ssid=NetBSD
macaddr_acl=0
auth_algs=2 # i.e., SHARED
wpa=2 # i.e., RSN
wpa_psk=4bc6b2b83d40a40922bf739a42f5885ef3402e51f620cc34fa045b978379d9d1
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_supplicant.conf:
network={
ssid="NetBSD"
psk=4bc6b2b83d40a40922bf739a42f5885ef3402e51f620cc34fa045b978379d9d1
proto=RSN
key_mgmt=WPA-PSK
auth_alg=SHARED
pairwise=TKIP CCMP
}
Relevant bits seem to match, so why would authentication time out?
(Is that different to fail? Should this now be on netbsd-users?)
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index