]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/WiFi.h
MdePkg: Add EFI Wireless MAC Connection II Protocol definitions
[mirror_edk2.git] / MdePkg / Include / Protocol / WiFi.h
index 8e9fb3835d44cd049f978ea3acd29e78665ca83b..394634bc2f2c94bccc5463e7c98b46ffbe2ad9d3 100644 (file)
@@ -3,7 +3,7 @@
   network applications (and drivers) to establish wireless connection with an access\r
   point (AP).\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution. The full text of the license may be found at\r
@@ -20,6 +20,8 @@
 #ifndef __EFI_WIFI_PROTOCOL_H__\r
 #define __EFI_WIFI_PROTOCOL_H__\r
 \r
+#include <Protocol/WiFi2.h>\r
+\r
 #define EFI_WIRELESS_MAC_CONNECTION_PROTOCOL_GUID \\r
   { \\r
     0xda55bc9, 0x45f8, 0x4bb4, {0x87, 0x19, 0x52, 0x24, 0xf1, 0x8a, 0x4d, 0x45 } \\r
 \r
 typedef struct _EFI_WIRELESS_MAC_CONNECTION_PROTOCOL EFI_WIRELESS_MAC_CONNECTION_PROTOCOL;\r
 \r
-///\r
-/// EFI_80211_BSS_TYPE\r
-///\r
-typedef enum {\r
-  IeeeInfrastructureBSS,\r
-  IeeeIndependentBSS,\r
-  IeeeMeshBSS,\r
-  IeeeAnyBss\r
-} EFI_80211_BSS_TYPE;\r
-\r
 ///\r
 /// EFI_80211_ACC_NET_TYPE\r
 ///\r
@@ -145,13 +137,6 @@ typedef enum {
   AuthenticateInvalidParameter\r
 } EFI_80211_AUTHENTICATE_RESULT_CODE;\r
 \r
-///\r
-/// EFI_80211_MAC_ADDRESS\r
-///\r
-typedef struct {\r
-  UINT8                              Addr[6];\r
-} EFI_80211_MAC_ADDRESS;\r
-\r
 ///\r
 /// EFI_80211_ELEMENT_HEADER\r
 ///\r