Data Fields | |
EFI_EVENT | Event |
EFI_STATUS | Status |
EFI_80211_ASSOCIATE_DATA * | Data |
EFI_80211_ASSOCIATE_RESULT_CODE | ResultCode |
EFI_80211_ASSOCIATE_RESULT * | Result |
Pointer to the association data.
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.
Indicates the association result. It is caller's responsibility to free this buffer.
Indicates the association state.
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.