#[repr(C)]
pub struct DOT11_MSONEX_RESULT_PARAMS { pub Dot11OnexAuthStatus: ONEX_AUTH_STATUS, pub Dot11OneXReasonCode: ONEX_REASON_CODE, pub pbMPPESendKey: *mut u8, pub dwMPPESendKeyLen: u32, pub pbMPPERecvKey: *mut u8, pub dwMPPERecvKeyLen: u32, pub pDot11EapResult: *mut DOT11_EAP_RESULT, }
Expand description

Required features: "Win32_NetworkManagement_Ndis", "Win32_NetworkManagement_WiFi", "Win32_Security_ExtensibleAuthenticationProtocol"

Fields

Dot11OnexAuthStatus: ONEX_AUTH_STATUSDot11OneXReasonCode: ONEX_REASON_CODEpbMPPESendKey: *mut u8dwMPPESendKeyLen: u32pbMPPERecvKey: *mut u8dwMPPERecvKeyLen: u32pDot11EapResult: *mut DOT11_EAP_RESULT

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.