X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FWiFi.h;h=394634bc2f2c94bccc5463e7c98b46ffbe2ad9d3;hb=4e858edbfe7ab53a3d9acfc8c7455b38d776eb1a;hp=8e9fb3835d44cd049f978ea3acd29e78665ca83b;hpb=922db0fddcd27926bd0e43066d8c0ebe00ac53d9;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/WiFi.h b/MdePkg/Include/Protocol/WiFi.h index 8e9fb3835d..394634bc2f 100644 --- a/MdePkg/Include/Protocol/WiFi.h +++ b/MdePkg/Include/Protocol/WiFi.h @@ -3,7 +3,7 @@ network applications (and drivers) to establish wireless connection with an access point (AP). - Copyright (c) 2015, Intel Corporation. All rights reserved.
+ Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -20,6 +20,8 @@ #ifndef __EFI_WIFI_PROTOCOL_H__ #define __EFI_WIFI_PROTOCOL_H__ +#include + #define EFI_WIRELESS_MAC_CONNECTION_PROTOCOL_GUID \ { \ 0xda55bc9, 0x45f8, 0x4bb4, {0x87, 0x19, 0x52, 0x24, 0xf1, 0x8a, 0x4d, 0x45 } \ @@ -27,16 +29,6 @@ typedef struct _EFI_WIRELESS_MAC_CONNECTION_PROTOCOL EFI_WIRELESS_MAC_CONNECTION_PROTOCOL; -/// -/// EFI_80211_BSS_TYPE -/// -typedef enum { - IeeeInfrastructureBSS, - IeeeIndependentBSS, - IeeeMeshBSS, - IeeeAnyBss -} EFI_80211_BSS_TYPE; - /// /// EFI_80211_ACC_NET_TYPE /// @@ -145,13 +137,6 @@ typedef enum { AuthenticateInvalidParameter } EFI_80211_AUTHENTICATE_RESULT_CODE; -/// -/// EFI_80211_MAC_ADDRESS -/// -typedef struct { - UINT8 Addr[6]; -} EFI_80211_MAC_ADDRESS; - /// /// EFI_80211_ELEMENT_HEADER ///