| Subject: | hostapd fun |
|---|---|
| From: | Patrick Welche <prlw1@xxxxxxxxx> |
| Date: | Fri, 04 Jul 2008 15:47:49 UTC |
| Newsgroups: | fa.netbsd.tech.net |
I'm having my first attempt at hostapd, but get
ioctl[SIOCS80211]: No such file or directory == ENENT
It seems to come from
set80211var(..., op=IEEE80211_IOC_DELKEY
bsd_del_key()
trying to delete a key with
memcpy(wk.idk_macaddr, addr, IEEE80211_ADDR_LEN);
wk.idk_keyix = (u_int8_t) IEEE80211_KEYIX_NONE; /* XXX */
The idk_macaddr really is the correct macaddress of the client.
So I must be hitting
ni = ieee80211_find_node(&ic->ic_sta, dk.idk_macaddr);
if (ni == NULL)
return ENOENT;
in ieee80211_ioctl.c:ieee80211_ioctl_delkey().
Any idea why?
Cheers,
Patrick
(NetBSD-4.99.68/amd64, ath0)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Rules for adding new network drivers?, Kaspar Brand |
|---|---|
| Next by Date: | Re: hostapd fun, David Young |
| Previous by Thread: | Re: interesting paper at usenix..., Jason Thorpe |
| Next by Thread: | Re: hostapd fun, David Young |
| Indexes: | [Date] [Thread] [Top] [All Lists] |