]> git.ipfire.org Git - thirdparty/hostap.git/commit
NetBSD: Fix wired IEEE 802.1X problem
authorMasashi Honma <honma@ictec.co.jp>
Sat, 15 Aug 2009 17:59:16 +0000 (20:59 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 15 Aug 2009 17:59:16 +0000 (20:59 +0300)
commitd43430d43d3592daceced77206fea5eb54346b05
tree74dbb835f457fa885a3e75acf22dd26d6074b95b
parent905a32a5f4cad386c59d09eed01431edccbaea11
NetBSD: Fix wired IEEE 802.1X problem

On NetBSD 5.0, when I use wired 802.1X, "Invalid argument" occurs
on SIOCADDMULTI ioctl and 802.1X fails.

I tried FreeBSD code, but "Address family not supported by protocol family"
occurs on SIOCADDMULTI ioctl and 802.1X fails, too.

This patch solves this issue.

I have tested with these:
OS : NetBSD 5.0
EAP : EAP-MD5
Switch : CentreCOM 8724SL
src/drivers/driver_wired.c