Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2004 14:45:26 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 47058 for review
Message-ID:  <200402162245.i1GMjQ90069356@repoman.freebsd.org>

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

Change 47058 by sam@sam_ebb on 2004/02/16 14:44:31

	change 802.1x-specific stat names to be generic

Affected files ...

.. //depot/projects/netperf+sockets/sys/net80211/ieee80211_ioctl.h#11 edit

Differences ...

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

@@ -57,7 +57,7 @@
 	u_int32_t	ns_rx_disassoc;		/* rx disassociation */
 	u_int32_t	ns_rx_deauth;		/* rx deauthentication */
 	u_int32_t	ns_rx_decryptcrc;	/* rx decrypt failed on crc */
-	u_int32_t	ns_rx_not1xauth;	/* rx data before 802.1x auth */
+	u_int32_t	ns_rx_unauth;		/* rx on unauthorized port */
 
 	u_int32_t	ns_tx_data;		/* tx data frames */
 	u_int32_t	ns_tx_mgmt;		/* tx management frames */
@@ -117,7 +117,7 @@
 	u_int32_t	is_rx_decryptcrc;	/* rx decrypt failed on crc */
 	u_int32_t	is_rx_ahdemo_mgt;	/* rx discard ahdemo mgt frame*/
 	u_int32_t	is_rx_bad_auth;		/* rx bad auth request */
-	u_int32_t	is_rx_not1xauth;	/* rx data before 802.1x auth */
+	u_int32_t	is_rx_unauth;		/* rx on unauthorized port */
 	u_int32_t	is_tx_nobuf;		/* tx failed for lack of buf */
 	u_int32_t	is_tx_nonode;		/* tx failed for no node */
 	u_int32_t	is_tx_unknownmgt;	/* tx of unknown mgt frame */



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