MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_80211_SCAN_RESULT Struct Reference

Data Fields

UINTN NumOfBSSDesp
 
EFI_80211_BSS_DESCRIPTION ** BSSDespSet
 
UINTN NumofBSSDespFromPilot
 
EFI_80211_BSS_DESP_PILOT ** BSSDespFromPilotSet
 
UINT8VendorSpecificInfo
 

Detailed Description

Field Documentation

EFI_80211_BSS_DESP_PILOT** EFI_80211_SCAN_RESULT::BSSDespFromPilotSet

Points to zero or more instances of EFI_80211_BSS_DESP_PILOT.

EFI_80211_BSS_DESCRIPTION** EFI_80211_SCAN_RESULT::BSSDespSet

Points to zero or more instances of EFI_80211_BSS_DESCRIPTION.

UINTN EFI_80211_SCAN_RESULT::NumOfBSSDesp

The number of EFI_80211_BSS_DESCRIPTION in BSSDespSet. If zero, BSSDespSet should be ignored.

UINTN EFI_80211_SCAN_RESULT::NumofBSSDespFromPilot

The number of EFI_80211_BSS_DESP_PILOT in BSSDespFromPilotSet. If zero, BSSDespFromPilotSet should be ignored.

UINT8* EFI_80211_SCAN_RESULT::VendorSpecificInfo

Specifies zero or more elements. This is an optional parameter and may be NULL.