]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimpleNetwork.h
MdePkg:Add new traffic statistics definition for Wireless NIC.
[mirror_edk2.git] / MdePkg / Include / Protocol / SimpleNetwork.h
index 18c09f3f4d59fd126fa9316ae8dcf467395d99bd..839f526beb3e729ae6049ec189ecacb4b86dc6d8 100644 (file)
@@ -9,7 +9,7 @@
   MCast - MultiCast\r
   ...\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -121,6 +121,25 @@ typedef struct {
   ///\r
   UINT64  UnsupportedProtocol;\r
 \r
+  ///\r
+  /// Number of valid frames received that were duplicated.\r
+  ///\r
+  UINT64  RxDuplicatedFrames;\r
+\r
+  ///\r
+  /// Number of encrypted frames received that failed to decrypt.\r
+  ///\r
+  UINT64  RxDecryptErrorFrames;\r
+\r
+  ///\r
+  /// Number of frames that failed to transmit after exceeding the retry limit.\r
+  ///\r
+  UINT64  TxErrorFrames;\r
+\r
+  ///\r
+  /// Number of frames transmitted successfully after more than one attempt.\r
+  ///\r
+  UINT64  TxRetryFrames;\r
 } EFI_NETWORK_STATISTICS;\r
 \r
 ///\r