Data Fields | |
EFI_EVENT | Event |
EFI_STATUS | Status |
EFI_80211_DEAUTHENTICATE_DATA * | Data |
Pointer to the deauthentication 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.
EFI_STATUS EFI_80211_DEAUTHENTICATE_DATA_TOKEN::Status |
Will be set to one of the following values: EFI_SUCCESS: Deauthentication operation completed successfully. EFI_DEVICE_ERROR: An unexpected network or system error occurred. EFI_ACCESS_DENIED: The deauthentication operation is not completed due to some underlying hardware or software state. EFI_NOT_READY: The deauthentication operation is started but not yet completed.