PERFORCE change 46217 for review

Sam Leffler sam at FreeBSD.org
Fri Jan 30 11:56:32 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=46217

Change 46217 by sam at 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_ */


More information about the p4-projects mailing list