PERFORCE change 47058 for review
Sam Leffler
sam at FreeBSD.org
Mon Feb 16 14:45:28 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=47058
Change 47058 by sam at 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 */
More information about the p4-projects
mailing list