TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_80211_ASSOCIATE_DATA_TOKEN Struct Reference

#include <MdePkg/Include/Protocol/WiFi.h>

Data Fields

EFI_EVENT Event
 
EFI_STATUS Status
 
EFI_80211_ASSOCIATE_DATAData
 
EFI_80211_ASSOCIATE_RESULT_CODE ResultCode
 
EFI_80211_ASSOCIATE_RESULTResult
 

Detailed Description

EFI_80211_ASSOCIATE_DATA_TOKEN

Definition at line 751 of file WiFi.h.

Field Documentation

◆ Data

EFI_80211_ASSOCIATE_DATA* EFI_80211_ASSOCIATE_DATA_TOKEN::Data

Pointer to the association data.

Definition at line 766 of file WiFi.h.

◆ Event

EFI_EVENT EFI_80211_ASSOCIATE_DATA_TOKEN::Event

This Event will be signaled after the Status field is updated by the EFI Wireless MAC Connection Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.

Definition at line 756 of file WiFi.h.

◆ Result

EFI_80211_ASSOCIATE_RESULT* EFI_80211_ASSOCIATE_DATA_TOKEN::Result

Indicates the association result. It is caller's responsibility to free this buffer.

Definition at line 775 of file WiFi.h.

◆ ResultCode

EFI_80211_ASSOCIATE_RESULT_CODE EFI_80211_ASSOCIATE_DATA_TOKEN::ResultCode

Indicates the association state.

Definition at line 770 of file WiFi.h.

◆ Status

EFI_STATUS EFI_80211_ASSOCIATE_DATA_TOKEN::Status

Will be set to one of the following values: EFI_SUCCESS: Association operation completed successfully. EFI_DEVICE_ERROR: An unexpected network or system error occurred.

Definition at line 762 of file WiFi.h.


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