#[repr(C)]
pub struct DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS {
Show 17 fields pub Header: NDIS_OBJECT_HEADER, pub PeerMacAddr: [u8; 6], pub uStatus: u32, pub ucErrorSource: u8, pub bReAssocReq: BOOLEAN, pub bReAssocResp: BOOLEAN, pub uAssocReqOffset: u32, pub uAssocReqSize: u32, pub uAssocRespOffset: u32, pub uAssocRespSize: u32, pub AuthAlgo: DOT11_AUTH_ALGORITHM, pub UnicastCipher: DOT11_CIPHER_ALGORITHM, pub MulticastCipher: DOT11_CIPHER_ALGORITHM, pub uActivePhyListOffset: u32, pub uActivePhyListSize: u32, pub uBeaconOffset: u32, pub uBeaconSize: u32,
}
Expand description

Required features: "Win32_NetworkManagement_WiFi", "Win32_Foundation", "Win32_NetworkManagement_Ndis"

Fields

Header: NDIS_OBJECT_HEADERPeerMacAddr: [u8; 6]uStatus: u32ucErrorSource: u8bReAssocReq: BOOLEANbReAssocResp: BOOLEANuAssocReqOffset: u32uAssocReqSize: u32uAssocRespOffset: u32uAssocRespSize: u32AuthAlgo: DOT11_AUTH_ALGORITHMUnicastCipher: DOT11_CIPHER_ALGORITHMMulticastCipher: DOT11_CIPHER_ALGORITHMuActivePhyListOffset: u32uActivePhyListSize: u32uBeaconOffset: u32uBeaconSize: u32

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.