fa.netbsd.tech.net
[Top] [All Lists]

Re: hostapd fun

Subject: Re: hostapd fun
From: Patrick Welche <prlw1@xxxxxxxxx>
Date: Sat, 05 Jul 2008 20:23:29 UTC
Newsgroups: fa.netbsd.tech.net

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


<Prev in Thread] Current Thread [Next in Thread>
  • hostapd fun, Patrick Welche
    • Message not available
      • Re: hostapd fun, David Young
        • Message not available
          • Re: hostapd fun, Patrick Welche <=