|
XenevaOS
|
#include <WiFi.h>

Public Attributes | |
| EFI_EVENT | Event |
| EFI_STATUS | Status |
| EFI_80211_SCAN_DATA * | Data |
| EFI_80211_SCAN_RESULT_CODE | ResultCode |
| EFI_80211_SCAN_RESULT * | Result |
| EFI_80211_SCAN_DATA* EFI_80211_SCAN_DATA_TOKEN::Data |
Pointer to the scan data.
| EFI_EVENT EFI_80211_SCAN_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.
| EFI_80211_SCAN_RESULT* EFI_80211_SCAN_DATA_TOKEN::Result |
Indicates the scan result. It is caller's responsibility to free this buffer.
| EFI_80211_SCAN_RESULT_CODE EFI_80211_SCAN_DATA_TOKEN::ResultCode |
Indicates the scan state.
| EFI_STATUS EFI_80211_SCAN_DATA_TOKEN::Status |
Will be set to one of the following values: EFI_SUCCESS: Scan operation completed successfully. EFI_NOT_FOUND: Failed to find available BSS. EFI_DEVICE_ERROR: An unexpected network or system error occurred. EFI_ACCESS_DENIED: The scan operation is not completed due to some underlying hardware or software state. EFI_NOT_READY: The scan operation is started but not yet completed.