Subject: Re: 802.1x AUTH?
To: Rui Paulo <rpaulo@fnop.net>
From: Jonathan A. Kollasch <jakllsch@kollasch.net>
List: tech-net
Date: 03/16/2007 13:22:05
--4Ckj6UjgE2iN1+kY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Mon, Jan 22, 2007 at 04:08:05PM +0000, Rui Paulo wrote:
>=20
> On 22 Jan 2007, at 12:59, Ignatios Souvatzis wrote:
>=20
> >Do we have anything that does 802.1x auth on wired Ethernet?
>=20
> I think wpa_supplicant can be used for wired networks too.
Yes, that looks to be the case. However, the 'wired' driver
is not built as part of the wpa_supplicant in the base system.
I'll be getting a switch that can do 802.1x soon, and I already
do 802.11i/WPA2-Enterprise with wireless, so i plan on testing
this hack i made to get the wired driver to not error:
in wpa_driver_wired_multi() after the FreeBSD bit:
#ifdef __NetBSD__
{
os_memcpy(ifr.ifr_addr.sa_data, addr, ETH_ALEN);
}
#endif
this was culled from some mopd(8) utility functions.
Also, are there any plans to update the wpa_supplicant in base?
Jonathan Kollasch
--4Ckj6UjgE2iN1+kY
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (NetBSD)
iD8DBQFF+uBMOjx1ye3hmokRAlhLAJ9mnnINr2LDvHubDlFDBaJpfy6PMQCfWyuf
+PqPCjgWKZOoRfWR+5t8sS8=
=+a1a
-----END PGP SIGNATURE-----
--4Ckj6UjgE2iN1+kY--