Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 11:56:30 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 46217 for review
Message-ID:  <200401301956.i0UJuUJv050173@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=46217

Change 46217 by sam@sam_ebb on 2004/01/30 11:56:18

	add 802.1x authentication type

Affected files ...

.. //depot/projects/netperf+sockets/sys/net80211/ieee80211.h#9 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/net80211/ieee80211.h#9 (text+ko) ====

@@ -530,9 +530,10 @@
 
 enum {
 	IEEE80211_AUTH_NONE	= 0,
-	IEEE80211_AUTH_OPEN	= 1,
-	IEEE80211_AUTH_SHARED	= 2,
-	IEEE80211_AUTH_AUTO	= 3,		/* auto-select/accept */
+	IEEE80211_AUTH_OPEN	= 1,		/* open */
+	IEEE80211_AUTH_SHARED	= 2,		/* shared-key */
+	IEEE80211_AUTH_8021X	= 3,		/* 802.1x */
+	IEEE80211_AUTH_AUTO	= 4,		/* auto-select/accept */
 };
 
 #endif /* _NET80211_IEEE80211_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401301956.i0UJuUJv050173>