]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/WiFi.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / WiFi.h
index e82607caa410bd39053eee300a687164f77f7618..daca023d585d5106fb377bb210c3df312908ba6e 100644 (file)
@@ -138,11 +138,11 @@ typedef struct {
   ///\r
   /// A unique element ID defined in IEEE 802.11 specification.\r
   ///\r
-  UINT8                              ElementID;\r
+  UINT8    ElementID;\r
   ///\r
   /// Specifies the number of octets in the element body.\r
   ///\r
-  UINT8                              Length;\r
+  UINT8    Length;\r
 } EFI_80211_ELEMENT_HEADER;\r
 \r
 ///\r
@@ -152,12 +152,12 @@ typedef struct {
   ///\r
   /// Common header of an element.\r
   ///\r
-  EFI_80211_ELEMENT_HEADER           Hdr;\r
+  EFI_80211_ELEMENT_HEADER    Hdr;\r
   ///\r
   /// Start of elements that are requested to be included in the Probe Response frame.\r
   /// The elements are listed in order of increasing element ID.\r
   ///\r
-  UINT8                              RequestIDs[1];\r
+  UINT8                       RequestIDs[1];\r
 } EFI_80211_ELEMENT_REQ;\r
 \r
 ///\r
@@ -167,11 +167,11 @@ typedef struct {
   ///\r
   /// Common header of an element.\r
   ///\r
-  EFI_80211_ELEMENT_HEADER           Hdr;\r
+  EFI_80211_ELEMENT_HEADER    Hdr;\r
   ///\r
   /// Service set identifier. If Hdr.Length is zero, this field is ignored.\r
   ///\r
-  UINT8                              SSId[32];\r
+  UINT8                       SSId[32];\r
 } EFI_80211_ELEMENT_SSID;\r
 \r
 ///\r
@@ -182,63 +182,63 @@ typedef struct {
   /// Determines whether infrastructure BSS, IBSS, MBSS, or all, are included in the\r
   /// scan.\r
   ///\r
-  EFI_80211_BSS_TYPE                 BSSType;\r
+  EFI_80211_BSS_TYPE        BSSType;\r
   ///\r
   /// Indicates a specific or wildcard BSSID. Use all binary 1s to represent all SSIDs.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS     BSSId;\r
   ///\r
   /// Length in bytes of the SSId. If zero, ignore SSId field.\r
   ///\r
-  UINT8                              SSIdLen;\r
+  UINT8                     SSIdLen;\r
   ///\r
   /// Specifies the desired SSID or the wildcard SSID. Use NULL to represent all SSIDs.\r
   ///\r
-  UINT8                              *SSId;\r
+  UINT8                     *SSId;\r
   ///\r
   /// Indicates passive scanning if TRUE.\r
   ///\r
-  BOOLEAN                            PassiveMode;\r
+  BOOLEAN                   PassiveMode;\r
   ///\r
   /// The delay in microseconds to be used prior to transmitting a Probe frame during\r
   /// active scanning. If zero, the value can be overridden by an\r
   /// implementation-dependent default value.\r
   ///\r
-  UINT32                             ProbeDelay;\r
+  UINT32                    ProbeDelay;\r
   ///\r
   /// Specifies a list of channels that are examined when scanning for a BSS. If set to\r
   /// NULL, all valid channels will be scanned.\r
   ///\r
-  UINT32                             *ChannelList;\r
+  UINT32                    *ChannelList;\r
   ///\r
   /// Indicates the minimum time in TU to spend on each channel when scanning. If zero,\r
   /// the value can be overridden by an implementation-dependent default value.\r
   ///\r
-  UINT32                             MinChannelTime;\r
+  UINT32                    MinChannelTime;\r
   ///\r
   /// Indicates the maximum time in TU to spend on each channel when scanning. If zero,\r
   /// the value can be overridden by an implementation-dependent default value.\r
   ///\r
-  UINT32                             MaxChannelTime;\r
+  UINT32                    MaxChannelTime;\r
   ///\r
   /// Points to an optionally present element. This is an optional parameter and may be\r
   /// NULL.\r
   ///\r
-  EFI_80211_ELEMENT_REQ              *RequestInformation;\r
+  EFI_80211_ELEMENT_REQ     *RequestInformation;\r
   ///\r
   /// Indicates one or more SSID elements that are optionally present. This is an\r
   /// optional parameter and may be NULL.\r
   ///\r
-  EFI_80211_ELEMENT_SSID             *SSIDList;\r
+  EFI_80211_ELEMENT_SSID    *SSIDList;\r
   ///\r
   /// Specifies a desired specific access network type or the wildcard access network\r
   /// type. Use 15 as wildcard access network type.\r
   ///\r
-  EFI_80211_ACC_NET_TYPE             AccessNetworkType;\r
+  EFI_80211_ACC_NET_TYPE    AccessNetworkType;\r
   ///\r
   ///  Specifies zero or more elements. This is an optional parameter and may be NULL.\r
   ///\r
-  UINT8                              *VendorSpecificInfo;\r
+  UINT8                     *VendorSpecificInfo;\r
 } EFI_80211_SCAN_DATA;\r
 \r
 ///\r
@@ -249,15 +249,15 @@ typedef struct {
   /// Indicates the lowest channel number in the subband. It has a positive integer\r
   /// value less than 201.\r
   ///\r
-  UINT8                              FirstChannelNum;\r
+  UINT8    FirstChannelNum;\r
   ///\r
   /// Indicates the number of channels in the subband.\r
   ///\r
-  UINT8                              NumOfChannels;\r
+  UINT8    NumOfChannels;\r
   ///\r
   /// Indicates the maximum power in dBm allowed to be transmitted.\r
   ///\r
-  UINT8                              MaxTxPowerLevel;\r
+  UINT8    MaxTxPowerLevel;\r
 } EFI_80211_COUNTRY_TRIPLET_SUBBAND;\r
 \r
 ///\r
@@ -268,16 +268,16 @@ typedef struct {
   /// Indicates the operating extension identifier. It has a positive integer value of\r
   /// 201 or greater.\r
   ///\r
-  UINT8                              OperatingExtId;\r
+  UINT8    OperatingExtId;\r
   ///\r
   /// Index into a set of values for radio equipment set of rules.\r
   ///\r
-  UINT8                              OperatingClass;\r
+  UINT8    OperatingClass;\r
   ///\r
   /// Specifies aAirPropagationTime characteristics used in BSS operation. Refer the\r
   /// definition of aAirPropagationTime in IEEE 802.11 specification.\r
   ///\r
-  UINT8                              CoverageClass;\r
+  UINT8    CoverageClass;\r
 } EFI_80211_COUNTRY_TRIPLET_OPERATE;\r
 \r
 ///\r
@@ -287,11 +287,11 @@ typedef union {
   ///\r
   /// The subband triplet.\r
   ///\r
-  EFI_80211_COUNTRY_TRIPLET_SUBBAND  Subband;\r
+  EFI_80211_COUNTRY_TRIPLET_SUBBAND    Subband;\r
   ///\r
   /// The operating triplet.\r
   ///\r
-  EFI_80211_COUNTRY_TRIPLET_OPERATE  Operating;\r
+  EFI_80211_COUNTRY_TRIPLET_OPERATE    Operating;\r
 } EFI_80211_COUNTRY_TRIPLET;\r
 \r
 ///\r
@@ -301,16 +301,16 @@ typedef struct {
   ///\r
   /// Common header of an element.\r
   ///\r
-  EFI_80211_ELEMENT_HEADER           Hdr;\r
+  EFI_80211_ELEMENT_HEADER     Hdr;\r
   ///\r
   /// Specifies country strings in 3 octets.\r
   ///\r
-  UINT8                              CountryStr[3];\r
+  UINT8                        CountryStr[3];\r
   ///\r
   /// Indicates a triplet that repeated in country element. The number of triplets is\r
   /// determined by the Hdr.Length field.\r
   ///\r
-  EFI_80211_COUNTRY_TRIPLET          CountryTriplet[1];\r
+  EFI_80211_COUNTRY_TRIPLET    CountryTriplet[1];\r
 } EFI_80211_ELEMENT_COUNTRY;\r
 \r
 ///\r
@@ -321,47 +321,47 @@ typedef struct {
   /// Indicates the version number of the RSNA protocol. Value 1 is defined in current\r
   /// IEEE 802.11 specification.\r
   ///\r
-  UINT16                             Version;\r
+  UINT16    Version;\r
   ///\r
   /// Specifies the cipher suite selector used by the BSS to protect group address frames.\r
   ///\r
-  UINT32                             GroupDataCipherSuite;\r
+  UINT32    GroupDataCipherSuite;\r
   ///\r
   /// Indicates the number of pairwise cipher suite selectors that are contained in\r
   /// PairwiseCipherSuiteList.\r
   ///\r
-//UINT16                             PairwiseCipherSuiteCount;\r
+  // UINT16                             PairwiseCipherSuiteCount;\r
   ///\r
   /// Contains a series of cipher suite selectors that indicate the pairwise cipher\r
   /// suites contained in this element.\r
   ///\r
-//UINT32                             PairwiseCipherSuiteList[PairwiseCipherSuiteCount];\r
+  // UINT32                             PairwiseCipherSuiteList[PairwiseCipherSuiteCount];\r
   ///\r
   /// Indicates the number of AKM suite selectors that are contained in AKMSuiteList.\r
   ///\r
-//UINT16                             AKMSuiteCount;\r
+  // UINT16                             AKMSuiteCount;\r
   ///\r
   /// Contains a series of AKM suite selectors that indicate the AKM suites contained in\r
   /// this element.\r
   ///\r
-//UINT32                             AKMSuiteList[AKMSuiteCount];\r
+  // UINT32                             AKMSuiteList[AKMSuiteCount];\r
   ///\r
   /// Indicates requested or advertised capabilities.\r
   ///\r
-//UINT16                             RSNCapabilities;\r
+  // UINT16                             RSNCapabilities;\r
   ///\r
   /// Indicates the number of PKMIDs in the PMKIDList.\r
   ///\r
-//UINT16                             PMKIDCount;\r
+  // UINT16                             PMKIDCount;\r
   ///\r
   /// Contains zero or more PKMIDs that the STA believes to be valid for the destination\r
   /// AP.\r
-//UINT8                              PMKIDList[PMKIDCount][16];\r
+  // UINT8                              PMKIDList[PMKIDCount][16];\r
   ///\r
   /// Specifies the cipher suite selector used by the BSS to protect group addressed\r
   /// robust management frames.\r
   ///\r
-//UINT32                             GroupManagementCipherSuite;\r
+  // UINT32                             GroupManagementCipherSuite;\r
 } EFI_80211_ELEMENT_DATA_RSN;\r
 \r
 ///\r
@@ -371,11 +371,11 @@ typedef struct {
   ///\r
   /// Common header of an element.\r
   ///\r
-  EFI_80211_ELEMENT_HEADER           Hdr;\r
+  EFI_80211_ELEMENT_HEADER      Hdr;\r
   ///\r
   /// Points to RSN element. The size of a RSN element is limited to 255 octets.\r
   ///\r
-  EFI_80211_ELEMENT_DATA_RSN         *Data;\r
+  EFI_80211_ELEMENT_DATA_RSN    *Data;\r
 } EFI_80211_ELEMENT_RSN;\r
 \r
 ///\r
@@ -385,13 +385,13 @@ typedef struct {
   ///\r
   /// Common header of an element.\r
   ///\r
-  EFI_80211_ELEMENT_HEADER           Hdr;\r
+  EFI_80211_ELEMENT_HEADER    Hdr;\r
   ///\r
   /// Indicates the capabilities being advertised by the STA transmitting the element.\r
   /// This is a bit field with variable length. Refer to IEEE 802.11 specification for\r
   /// bit value.\r
   ///\r
-  UINT8                              Capabilities[1];\r
+  UINT8                       Capabilities[1];\r
 } EFI_80211_ELEMENT_EXT_CAP;\r
 \r
 ///\r
@@ -401,77 +401,77 @@ typedef struct {
   ///\r
   /// Indicates a specific BSSID of the found BSS.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS        BSSId;\r
   ///\r
   /// Specifies the SSID of the found BSS. If NULL, ignore SSIdLen field.\r
   ///\r
-  UINT8                              *SSId;\r
+  UINT8                        *SSId;\r
   ///\r
   /// Specifies the SSID of the found BSS. If NULL, ignore SSIdLen field.\r
   ///\r
-  UINT8                              SSIdLen;\r
+  UINT8                        SSIdLen;\r
   ///\r
   /// Specifies the type of the found BSS.\r
   ///\r
-  EFI_80211_BSS_TYPE                 BSSType;\r
+  EFI_80211_BSS_TYPE           BSSType;\r
   ///\r
   /// The beacon period in TU of the found BSS.\r
   ///\r
-  UINT16                             BeaconPeriod;\r
+  UINT16                       BeaconPeriod;\r
   ///\r
   /// The timestamp of the received frame from the found BSS.\r
   ///\r
-  UINT64                             Timestamp;\r
+  UINT64                       Timestamp;\r
   ///\r
   /// The advertised capabilities of the BSS.\r
   ///\r
-  UINT16                             CapabilityInfo;\r
+  UINT16                       CapabilityInfo;\r
   ///\r
   /// The set of data rates that shall be supported by all STAs that desire to join this\r
   /// BSS.\r
   ///\r
-  UINT8                              *BSSBasicRateSet;\r
+  UINT8                        *BSSBasicRateSet;\r
   ///\r
   /// The set of data rates that the peer STA desires to use for communication within\r
   /// the BSS.\r
   ///\r
-  UINT8                              *OperationalRateSet;\r
+  UINT8                        *OperationalRateSet;\r
   ///\r
   /// The information required to identify the regulatory domain in which the peer STA\r
   /// is located.\r
   ///\r
-  EFI_80211_ELEMENT_COUNTRY          *Country;\r
+  EFI_80211_ELEMENT_COUNTRY    *Country;\r
   ///\r
   /// The cipher suites and AKM suites supported in the BSS.\r
   ///\r
-  EFI_80211_ELEMENT_RSN              RSN;\r
+  EFI_80211_ELEMENT_RSN        RSN;\r
   ///\r
   /// Specifies the RSSI of the received frame.\r
   ///\r
-  UINT8                              RSSI;\r
+  UINT8                        RSSI;\r
   ///\r
   /// Specifies the RCPI of the received frame.\r
   ///\r
-  UINT8                              RCPIMeasurement;\r
+  UINT8                        RCPIMeasurement;\r
   ///\r
   /// Specifies the RSNI of the received frame.\r
   ///\r
-  UINT8                              RSNIMeasurement;\r
+  UINT8                        RSNIMeasurement;\r
   ///\r
   /// Specifies the elements requested by the request element of the Probe Request frame.\r
   /// This is an optional parameter and may be NULL.\r
   ///\r
-  UINT8                              *RequestedElements;\r
+  UINT8                        *RequestedElements;\r
   ///\r
   /// Specifies the BSS membership selectors that represent the set of features that\r
   /// shall be supported by all STAs to join this BSS.\r
   ///\r
-  UINT8                              *BSSMembershipSelectorSet;\r
+  UINT8                        *BSSMembershipSelectorSet;\r
   ///\r
   /// Specifies the parameters within the Extended Capabilities element that are\r
   /// supported by the MAC entity. This is an optional parameter and may be NULL.\r
   ///\r
-  EFI_80211_ELEMENT_EXT_CAP          *ExtCapElement;\r
+  EFI_80211_ELEMENT_EXT_CAP    *ExtCapElement;\r
 } EFI_80211_BSS_DESCRIPTION;\r
 \r
 ///\r
@@ -481,15 +481,15 @@ typedef struct {
   ///\r
   /// Indicates the unique identifier within the containing element or sub-element.\r
   ///\r
-  UINT8                              SubElementID;\r
+  UINT8    SubElementID;\r
   ///\r
   /// Specifies the number of octets in the Data field.\r
   ///\r
-  UINT8                              Length;\r
+  UINT8    Length;\r
   ///\r
   /// A variable length data buffer.\r
   ///\r
-  UINT8                              Data[1];\r
+  UINT8    Data[1];\r
 } EFI_80211_SUBELEMENT_INFO;\r
 \r
 ///\r
@@ -499,16 +499,16 @@ typedef struct {
   ///\r
   /// Common header of an element.\r
   ///\r
-  EFI_80211_ELEMENT_HEADER           Hdr;\r
+  EFI_80211_ELEMENT_HEADER     Hdr;\r
   ///\r
   /// Indicates the maximum number of BSSIDs in the multiple BSSID set. When Indicator\r
   /// is set to n, 2n is the maximum number.\r
   ///\r
-  UINT8                              Indicator;\r
+  UINT8                        Indicator;\r
   ///\r
   /// Contains zero or more sub-elements.\r
   ///\r
-  EFI_80211_SUBELEMENT_INFO          SubElement[1];\r
+  EFI_80211_SUBELEMENT_INFO    SubElement[1];\r
 } EFI_80211_MULTIPLE_BSSID;\r
 \r
 ///\r
@@ -518,43 +518,43 @@ typedef struct {
   ///\r
   /// Indicates a specific BSSID of the found BSS.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS       BSSId;\r
   ///\r
   /// Specifies the type of the found BSS.\r
   ///\r
-  EFI_80211_BSS_TYPE                 BSSType;\r
+  EFI_80211_BSS_TYPE          BSSType;\r
   ///\r
   /// One octet field to report condensed capability information.\r
   ///\r
-  UINT8                              ConCapInfo;\r
+  UINT8                       ConCapInfo;\r
   ///\r
   /// Two octet's field to report condensed country string.\r
   ///\r
-  UINT8                              ConCountryStr[2];\r
+  UINT8                       ConCountryStr[2];\r
   ///\r
   /// Indicates the operating class value for the operating channel.\r
   ///\r
-  UINT8                              OperatingClass;\r
+  UINT8                       OperatingClass;\r
   ///\r
   /// Indicates the operating channel.\r
   ///\r
-  UINT8                              Channel;\r
+  UINT8                       Channel;\r
   ///\r
   /// Indicates the measurement pilot interval in TU.\r
   ///\r
-  UINT8                              Interval;\r
+  UINT8                       Interval;\r
   ///\r
   /// Indicates that the BSS is within a multiple BSSID set.\r
   ///\r
-  EFI_80211_MULTIPLE_BSSID           *MultipleBSSID;\r
+  EFI_80211_MULTIPLE_BSSID    *MultipleBSSID;\r
   ///\r
   /// Specifies the RCPI of the received frame.\r
   ///\r
-  UINT8                              RCPIMeasurement;\r
+  UINT8                       RCPIMeasurement;\r
   ///\r
   /// Specifies the RSNI of the received frame.\r
   ///\r
-  UINT8                              RSNIMeasurement;\r
+  UINT8                       RSNIMeasurement;\r
 } EFI_80211_BSS_DESP_PILOT;\r
 \r
 ///\r
@@ -565,24 +565,24 @@ typedef struct {
   /// The number of EFI_80211_BSS_DESCRIPTION in BSSDespSet. If zero, BSSDespSet should\r
   /// be ignored.\r
   ///\r
-  UINTN                              NumOfBSSDesp;\r
+  UINTN                        NumOfBSSDesp;\r
   ///\r
   /// Points to zero or more instances of EFI_80211_BSS_DESCRIPTION.\r
   ///\r
-  EFI_80211_BSS_DESCRIPTION          **BSSDespSet;\r
+  EFI_80211_BSS_DESCRIPTION    **BSSDespSet;\r
   ///\r
   /// The number of EFI_80211_BSS_DESP_PILOT in BSSDespFromPilotSet. If zero,\r
   /// BSSDespFromPilotSet should be ignored.\r
   ///\r
-  UINTN                              NumofBSSDespFromPilot;\r
+  UINTN                        NumofBSSDespFromPilot;\r
   ///\r
   /// Points to zero or more instances of EFI_80211_BSS_DESP_PILOT.\r
   ///\r
-  EFI_80211_BSS_DESP_PILOT           **BSSDespFromPilotSet;\r
+  EFI_80211_BSS_DESP_PILOT     **BSSDespFromPilotSet;\r
   ///\r
   /// Specifies zero or more elements. This is an optional parameter and may be NULL.\r
   ///\r
-  UINT8                              *VendorSpecificInfo;\r
+  UINT8                        *VendorSpecificInfo;\r
 } EFI_80211_SCAN_RESULT;\r
 \r
 ///\r
@@ -593,7 +593,7 @@ typedef struct {
   /// This Event will be signaled after the Status field is updated by the EFI Wireless\r
   /// MAC Connection Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.\r
   ///\r
-  EFI_EVENT                          Event;\r
+  EFI_EVENT    Event;\r
   ///\r
   /// Will be set to one of the following values:\r
   ///   EFI_SUCCESS:       Scan operation completed successfully.\r
@@ -602,19 +602,19 @@ typedef struct {
   ///   EFI_ACCESS_DENIED: The scan operation is not completed due to some underlying\r
   ///                      hardware or software state.\r
   ///   EFI_NOT_READY:     The scan operation is started but not yet completed.\r
-  EFI_STATUS                         Status;\r
+  EFI_STATUS                    Status;\r
   ///\r
   /// Pointer to the scan data.\r
   ///\r
-  EFI_80211_SCAN_DATA                *Data;\r
+  EFI_80211_SCAN_DATA           *Data;\r
   ///\r
   /// Indicates the scan state.\r
   ///\r
-  EFI_80211_SCAN_RESULT_CODE         ResultCode;\r
+  EFI_80211_SCAN_RESULT_CODE    ResultCode;\r
   ///\r
   /// Indicates the scan result. It is caller's responsibility to free this buffer.\r
   ///\r
-  EFI_80211_SCAN_RESULT              *Result;\r
+  EFI_80211_SCAN_RESULT         *Result;\r
 } EFI_80211_SCAN_DATA_TOKEN;\r
 \r
 ///\r
@@ -624,11 +624,11 @@ typedef struct {
   ///\r
   /// The first channel number in a subband of supported channels.\r
   ///\r
-  UINT8                              FirstChannelNumber;\r
+  UINT8    FirstChannelNumber;\r
   ///\r
   /// The number of channels in a subband of supported channels.\r
   ///\r
-  UINT8                              NumberOfChannels;\r
+  UINT8    NumberOfChannels;\r
 } EFI_80211_ELEMENT_SUPP_CHANNEL_TUPLE;\r
 \r
 ///\r
@@ -652,37 +652,37 @@ typedef struct {
   ///\r
   /// Specifies the address of the peer MAC entity to associate with.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS             BSSId;\r
   ///\r
   /// Specifies the requested operational capabilities to the AP in 2 octets.\r
   ///\r
-  UINT16                             CapabilityInfo;\r
+  UINT16                            CapabilityInfo;\r
   ///\r
   /// Specifies a time limit in TU, after which the associate procedure is terminated.\r
   ///\r
-  UINT32                             FailureTimeout;\r
+  UINT32                            FailureTimeout;\r
   ///\r
   /// Specifies if in power save mode, how often the STA awakes and listens for the next\r
   /// beacon frame in TU.\r
   ///\r
-  UINT32                             ListenInterval;\r
+  UINT32                            ListenInterval;\r
   ///\r
   /// Indicates a list of channels in which the STA is capable of operating.\r
   ///\r
-  EFI_80211_ELEMENT_SUPP_CHANNEL     *Channels;\r
+  EFI_80211_ELEMENT_SUPP_CHANNEL    *Channels;\r
   ///\r
   /// The cipher suites and AKM suites selected by the STA.\r
   ///\r
-  EFI_80211_ELEMENT_RSN              RSN;\r
+  EFI_80211_ELEMENT_RSN             RSN;\r
   ///\r
   /// Specifies the parameters within the Extended Capabilities element that are\r
   /// supported by the MAC entity.  This is an optional parameter and may be NULL.\r
   ///\r
-  EFI_80211_ELEMENT_EXT_CAP          *ExtCapElement;\r
+  EFI_80211_ELEMENT_EXT_CAP         *ExtCapElement;\r
   ///\r
   /// Specifies zero or more elements. This is an optional parameter and may be NULL.\r
   ///\r
-  UINT8                              *VendorSpecificInfo;\r
+  UINT8                             *VendorSpecificInfo;\r
 } EFI_80211_ASSOCIATE_DATA;\r
 \r
 ///\r
@@ -692,15 +692,15 @@ typedef struct {
   ///\r
   /// Common header of an element.\r
   ///\r
-  EFI_80211_ELEMENT_HEADER           Hdr;\r
+  EFI_80211_ELEMENT_HEADER    Hdr;\r
   ///\r
   /// Specifies the timeout interval type.\r
   ///\r
-  UINT8                              Type;\r
+  UINT8                       Type;\r
   ///\r
   /// Specifies the timeout interval value.\r
   ///\r
-  UINT32                             Value;\r
+  UINT32                      Value;\r
 } EFI_80211_ELEMENT_TIMEOUT_VAL;\r
 \r
 ///\r
@@ -711,38 +711,38 @@ typedef struct {
   /// Specifies the address of the peer MAC entity from which the association request\r
   /// was received.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS            BSSId;\r
   ///\r
   /// Specifies the operational capabilities advertised by the AP.\r
   ///\r
-  UINT16                             CapabilityInfo;\r
+  UINT16                           CapabilityInfo;\r
   ///\r
   /// Specifies the association ID value assigned by the AP.\r
   ///\r
-  UINT16                             AssociationID;\r
+  UINT16                           AssociationID;\r
   ///\r
   /// Indicates the measured RCPI of the corresponding association request frame. It is\r
   /// an optional parameter and is set to zero if unavailable.\r
   ///\r
-  UINT8                              RCPIValue;\r
+  UINT8                            RCPIValue;\r
   ///\r
   /// Indicates the measured RSNI at the time the corresponding association request\r
   /// frame was received. It is an optional parameter and is set to zero if unavailable.\r
   ///\r
-  UINT8                              RSNIValue;\r
+  UINT8                            RSNIValue;\r
   ///\r
   /// Specifies the parameters within the Extended Capabilities element that are\r
   /// supported by the MAC entity.  This is an optional parameter and may be NULL.\r
   ///\r
-  EFI_80211_ELEMENT_EXT_CAP          *ExtCapElement;\r
+  EFI_80211_ELEMENT_EXT_CAP        *ExtCapElement;\r
   ///\r
   /// Specifies the timeout interval when the result code is AssociateRefusedTemporarily.\r
   ///\r
-  EFI_80211_ELEMENT_TIMEOUT_VAL      TimeoutInterval;\r
+  EFI_80211_ELEMENT_TIMEOUT_VAL    TimeoutInterval;\r
   ///\r
   /// Specifies zero or more elements. This is an optional parameter and may be NULL.\r
   ///\r
-  UINT8                              *VendorSpecificInfo;\r
+  UINT8                            *VendorSpecificInfo;\r
 } EFI_80211_ASSOCIATE_RESULT;\r
 \r
 ///\r
@@ -783,15 +783,15 @@ typedef struct {
   /// Specifies the address of the peer MAC entity with which to perform the\r
   /// disassociation process.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS    BSSId;\r
   ///\r
   /// Specifies the reason for initiating the disassociation process.\r
   ///\r
-  EFI_80211_REASON_CODE              ReasonCode;\r
+  EFI_80211_REASON_CODE    ReasonCode;\r
   ///\r
   /// Zero or more elements, may be NULL.\r
   ///\r
-  UINT8                              *VendorSpecificInfo;\r
+  UINT8                    *VendorSpecificInfo;\r
 } EFI_80211_DISASSOCIATE_DATA;\r
 \r
 ///\r
@@ -802,7 +802,7 @@ typedef struct {
   /// This Event will be signaled after the Status field is updated by the EFI Wireless\r
   /// MAC Connection Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.\r
   ///\r
-  EFI_EVENT                          Event;\r
+  EFI_EVENT    Event;\r
   ///\r
   /// Will be set to one of the following values:\r
   ///   EFI_SUCCESS:       Disassociation operation completed successfully.\r
@@ -811,15 +811,15 @@ typedef struct {
   ///                      underlying hardware or software state.\r
   ///   EFI_NOT_READY:     The disassociation operation is started but not yet completed.\r
   ///\r
-  EFI_STATUS                         Status;\r
+  EFI_STATUS                            Status;\r
   ///\r
   /// Pointer to the disassociation data.\r
   ///\r
-  EFI_80211_DISASSOCIATE_DATA        *Data;\r
+  EFI_80211_DISASSOCIATE_DATA           *Data;\r
   ///\r
   /// Indicates the disassociation state.\r
   ///\r
-  EFI_80211_DISASSOCIATE_RESULT_CODE ResultCode;\r
+  EFI_80211_DISASSOCIATE_RESULT_CODE    ResultCode;\r
 } EFI_80211_DISASSOCIATE_DATA_TOKEN;\r
 \r
 ///\r
@@ -830,31 +830,31 @@ typedef struct {
   /// Specifies the address of the peer MAC entity with which to perform the\r
   /// authentication process.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS            BSSId;\r
   ///\r
   /// Specifies the type of authentication algorithm to use during the authentication\r
   /// process.\r
   ///\r
-  EFI_80211_AUTHENTICATION_TYPE      AuthType;\r
+  EFI_80211_AUTHENTICATION_TYPE    AuthType;\r
   ///\r
   /// Specifies a time limit in TU after which the authentication procedure is\r
   /// terminated.\r
   ///\r
-  UINT32                             FailureTimeout;\r
+  UINT32                           FailureTimeout;\r
   ///\r
   /// Specifies the set of elements to be included in the first message of the FT\r
   /// authentication sequence, may be NULL.\r
   ///\r
-  UINT8                              *FTContent;\r
+  UINT8                            *FTContent;\r
   ///\r
   /// Specifies the set of elements to be included in the SAE Commit Message or SAE\r
   /// Confirm Message, may be NULL.\r
   ///\r
-  UINT8                              *SAEContent;\r
+  UINT8                            *SAEContent;\r
   ///\r
   /// Zero or more elements, may be NULL.\r
   ///\r
-  UINT8                              *VendorSpecificInfo;\r
+  UINT8                            *VendorSpecificInfo;\r
 } EFI_80211_AUTHENTICATE_DATA;\r
 \r
 ///\r
@@ -865,21 +865,21 @@ typedef struct {
   /// Specifies the address of the peer MAC entity from which the authentication request\r
   /// was received.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS    BSSId;\r
   ///\r
   /// Specifies the set of elements to be included in the second message of the FT\r
   /// authentication sequence, may be NULL.\r
   ///\r
-  UINT8                              *FTContent;\r
+  UINT8                    *FTContent;\r
   ///\r
   /// Specifies the set of elements to be included in the SAE Commit Message or SAE\r
   /// Confirm Message, may be NULL.\r
   ///\r
-  UINT8                              *SAEContent;\r
+  UINT8                    *SAEContent;\r
   ///\r
   /// Zero or more elements, may be NULL.\r
   ///\r
-  UINT8                              *VendorSpecificInfo;\r
+  UINT8                    *VendorSpecificInfo;\r
 } EFI_80211_AUTHENTICATE_RESULT;\r
 \r
 ///\r
@@ -890,7 +890,7 @@ typedef struct {
   /// This Event will be signaled after the Status field is updated by the EFI Wireless\r
   /// MAC Connection Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.\r
   ///\r
-  EFI_EVENT                          Event;\r
+  EFI_EVENT    Event;\r
   ///\r
   /// Will be set to one of the following values:\r
   ///   EFI_SUCCESS: Authentication operation completed successfully.\r
@@ -901,20 +901,20 @@ typedef struct {
   ///                       underlying hardware or software state.\r
   ///   EFI_NOT_READY:      The authentication operation is started but not yet completed.\r
   ///\r
-  EFI_STATUS                         Status;\r
+  EFI_STATUS                            Status;\r
   ///\r
   /// Pointer to the authentication data.\r
   ///\r
-  EFI_80211_AUTHENTICATE_DATA        *Data;\r
+  EFI_80211_AUTHENTICATE_DATA           *Data;\r
   ///\r
   /// Indicates the association state.\r
   ///\r
-  EFI_80211_AUTHENTICATE_RESULT_CODE ResultCode;\r
+  EFI_80211_AUTHENTICATE_RESULT_CODE    ResultCode;\r
   ///\r
   /// Indicates the association result. It is caller's responsibility to free this\r
   /// buffer.\r
   ///\r
-  EFI_80211_AUTHENTICATE_RESULT      *Result;\r
+  EFI_80211_AUTHENTICATE_RESULT         *Result;\r
 } EFI_80211_AUTHENTICATE_DATA_TOKEN;\r
 \r
 ///\r
@@ -925,15 +925,15 @@ typedef struct {
   /// Specifies the address of the peer MAC entity with which to perform the\r
   /// deauthentication process.\r
   ///\r
-  EFI_80211_MAC_ADDRESS              BSSId;\r
+  EFI_80211_MAC_ADDRESS    BSSId;\r
   ///\r
   /// Specifies the reason for initiating the deauthentication process.\r
   ///\r
-  EFI_80211_REASON_CODE              ReasonCode;\r
+  EFI_80211_REASON_CODE    ReasonCode;\r
   ///\r
   /// Zero or more elements, may be NULL.\r
   ///\r
-  UINT8                              *VendorSpecificInfo;\r
+  UINT8                    *VendorSpecificInfo;\r
 } EFI_80211_DEAUTHENTICATE_DATA;\r
 \r
 ///\r
@@ -944,7 +944,7 @@ typedef struct {
   /// This Event will be signaled after the Status field is updated by the EFI Wireless\r
   /// MAC Connection Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.\r
   ///\r
-  EFI_EVENT                          Event;\r
+  EFI_EVENT    Event;\r
   ///\r
   /// Will be set to one of the following values:\r
   ///   EFI_SUCCESS:       Deauthentication operation completed successfully.\r
@@ -954,11 +954,11 @@ typedef struct {
   ///   EFI_NOT_READY:     The deauthentication operation is started but not yet\r
   ///                      completed.\r
   ///\r
-  EFI_STATUS                         Status;\r
+  EFI_STATUS                       Status;\r
   ///\r
   /// Pointer to the deauthentication data.\r
   ///\r
-  EFI_80211_DEAUTHENTICATE_DATA      *Data;\r
+  EFI_80211_DEAUTHENTICATE_DATA    *Data;\r
 } EFI_80211_DEAUTHENTICATE_DATA_TOKEN;\r
 \r
 /**\r
@@ -1111,13 +1111,13 @@ EFI_STATUS
 /// communication device that the EFI wireless network stack runs on.\r
 ///\r
 struct _EFI_WIRELESS_MAC_CONNECTION_PROTOCOL {\r
-  EFI_WIRELESS_MAC_CONNECTION_SCAN               Scan;\r
-  EFI_WIRELESS_MAC_CONNECTION_ASSOCIATE          Associate;\r
-  EFI_WIRELESS_MAC_CONNECTION_DISASSOCIATE       Disassociate;\r
-  EFI_WIRELESS_MAC_CONNECTION_AUTHENTICATE       Authenticate;\r
-  EFI_WIRELESS_MAC_CONNECTION_DEAUTHENTICATE     Deauthenticate;\r
+  EFI_WIRELESS_MAC_CONNECTION_SCAN              Scan;\r
+  EFI_WIRELESS_MAC_CONNECTION_ASSOCIATE         Associate;\r
+  EFI_WIRELESS_MAC_CONNECTION_DISASSOCIATE      Disassociate;\r
+  EFI_WIRELESS_MAC_CONNECTION_AUTHENTICATE      Authenticate;\r
+  EFI_WIRELESS_MAC_CONNECTION_DEAUTHENTICATE    Deauthenticate;\r
 };\r
 \r
-extern EFI_GUID gEfiWiFiProtocolGuid;\r
+extern EFI_GUID  gEfiWiFiProtocolGuid;\r
 \r
 #endif\r