#[repr(C)]
pub struct DOT11_ASSOCIATION_COMPLETION_PARAMETERS {
Show 26 fields pub Header: NDIS_OBJECT_HEADER, pub MacAddr: [u8; 6], pub uStatus: u32, pub bReAssocReq: BOOLEAN, pub bReAssocResp: BOOLEAN, pub uAssocReqOffset: u32, pub uAssocReqSize: u32, pub uAssocRespOffset: u32, pub uAssocRespSize: u32, pub uBeaconOffset: u32, pub uBeaconSize: u32, pub uIHVDataOffset: u32, pub uIHVDataSize: u32, pub AuthAlgo: DOT11_AUTH_ALGORITHM, pub UnicastCipher: DOT11_CIPHER_ALGORITHM, pub MulticastCipher: DOT11_CIPHER_ALGORITHM, pub uActivePhyListOffset: u32, pub uActivePhyListSize: u32, pub bFourAddressSupported: BOOLEAN, pub bPortAuthorized: BOOLEAN, pub ucActiveQoSProtocol: u8, pub DSInfo: DOT11_DS_INFO, pub uEncapTableOffset: u32, pub uEncapTableSize: u32, pub MulticastMgmtCipher: DOT11_CIPHER_ALGORITHM, pub uAssocComebackTime: u32,
}
Expand description

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

Fields

Header: NDIS_OBJECT_HEADERMacAddr: [u8; 6]uStatus: u32bReAssocReq: BOOLEANbReAssocResp: BOOLEANuAssocReqOffset: u32uAssocReqSize: u32uAssocRespOffset: u32uAssocRespSize: u32uBeaconOffset: u32uBeaconSize: u32uIHVDataOffset: u32uIHVDataSize: u32AuthAlgo: DOT11_AUTH_ALGORITHMUnicastCipher: DOT11_CIPHER_ALGORITHMMulticastCipher: DOT11_CIPHER_ALGORITHMuActivePhyListOffset: u32uActivePhyListSize: u32bFourAddressSupported: BOOLEANbPortAuthorized: BOOLEANucActiveQoSProtocol: u8DSInfo: DOT11_DS_INFOuEncapTableOffset: u32uEncapTableSize: u32MulticastMgmtCipher: DOT11_CIPHER_ALGORITHMuAssocComebackTime: 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.