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

#include <WiFi.h>

Collaboration diagram for EFI_80211_AUTHENTICATE_DATA_TOKEN:
Collaboration graph
[legend]

Public Attributes

EFI_EVENT Event
 
EFI_STATUS Status
 
EFI_80211_AUTHENTICATE_DATAData
 
EFI_80211_AUTHENTICATE_RESULT_CODE ResultCode
 
EFI_80211_AUTHENTICATE_RESULTResult
 

Detailed Description

EFI_80211_AUTHENTICATE_DATA_TOKEN

Member Data Documentation

◆ Data

EFI_80211_AUTHENTICATE_DATA* EFI_80211_AUTHENTICATE_DATA_TOKEN::Data

Pointer to the authentication data.

◆ Event

EFI_EVENT EFI_80211_AUTHENTICATE_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.

◆ Result

EFI_80211_AUTHENTICATE_RESULT* EFI_80211_AUTHENTICATE_DATA_TOKEN::Result

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

◆ ResultCode

EFI_80211_AUTHENTICATE_RESULT_CODE EFI_80211_AUTHENTICATE_DATA_TOKEN::ResultCode

Indicates the association state.

◆ Status

EFI_STATUS EFI_80211_AUTHENTICATE_DATA_TOKEN::Status

Will be set to one of the following values: EFI_SUCCESS: Authentication operation completed successfully. EFI_PROTOCOL_ERROR: Peer MAC entity rejects the authentication. EFI_NO_RESPONSE: Peer MAC entity does not response the authentication request. EFI_DEVICE_ERROR: An unexpected network or system error occurred. EFI_ACCESS_DENIED: The authentication operation is not completed due to some underlying hardware or software state. EFI_NOT_READY: The authentication operation is started but not yet completed.


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