#[repr(C)]pub struct ONEX_RESULT_UPDATE_DATA {
pub oneXStatus: ONEX_STATUS,
pub BackendSupport: ONEX_EAP_METHOD_BACKEND_SUPPORT,
pub fBackendEngaged: BOOL,
pub _bitfield: u32,
pub authParams: ONEX_VARIABLE_BLOB,
pub eapError: ONEX_VARIABLE_BLOB,
}Expand description
Required features: ‘Win32_NetworkManagement_WiFi’, ‘Win32_Foundation’
Fields
oneXStatus: ONEX_STATUSBackendSupport: ONEX_EAP_METHOD_BACKEND_SUPPORTfBackendEngaged: BOOL_bitfield: u32authParams: ONEX_VARIABLE_BLOBeapError: ONEX_VARIABLE_BLOB