XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_80211_SCAN_RESULT Struct Reference

#include <WiFi.h>

Collaboration diagram for EFI_80211_SCAN_RESULT:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

EFI_80211_SCAN_RESULT

Member Data Documentation

◆ BSSDespFromPilotSet

EFI_80211_BSS_DESP_PILOT** EFI_80211_SCAN_RESULT::BSSDespFromPilotSet

Points to zero or more instances of EFI_80211_BSS_DESP_PILOT.

◆ BSSDespSet

EFI_80211_BSS_DESCRIPTION** EFI_80211_SCAN_RESULT::BSSDespSet

Points to zero or more instances of EFI_80211_BSS_DESCRIPTION.

◆ NumOfBSSDesp

UINTN EFI_80211_SCAN_RESULT::NumOfBSSDesp

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

◆ NumofBSSDespFromPilot

UINTN EFI_80211_SCAN_RESULT::NumofBSSDespFromPilot

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

◆ VendorSpecificInfo

UINT8* EFI_80211_SCAN_RESULT::VendorSpecificInfo

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


The documentation for this struct was generated from the following file: