On Wed, 2009-07-22 at 14:17 -0700, David Ehrmann wrote:
> I'm seeing this in my wpa_supplicant log:
> 
> RTM_NEWLINK: operstate=1 ifi_flags=0x1043 ([UP][RUNNING])

See include/linux/if.h for the flags.  0x1043 is
IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_MULTICAST

> Wireless event: cmd=0x8b15 len=20
> Wireless event: new AP: 00:00:00:00:00:00

0x8b15 is SIOCGIWAP from include/linux/wireless.h

> When it happens, my connection drops for a few seconds.  I think it's
> coming from the driver.  What should I search the ath5k code for if I
> want to find all the places that issue this even via linux wireless
> extensions to wpa_supplicant?

ath5k doesn't deal with wireless extensions directly.  The code that
sends this is somewhere in the net directory.

-- 
Regards,
Pavel Roskin
_______________________________________________
ath5k-users mailing list
ath5k-users@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-users

Reply via email to