#[repr(C)]
pub struct DOT11_PEER_INFO {
Show 13 fields pub MacAddress: [u8; 6], pub usCapabilityInformation: u16, pub AuthAlgo: DOT11_AUTH_ALGORITHM, pub UnicastCipherAlgo: DOT11_CIPHER_ALGORITHM, pub MulticastCipherAlgo: DOT11_CIPHER_ALGORITHM, pub bWpsEnabled: BOOLEAN, pub usListenInterval: u16, pub ucSupportedRates: [u8; 255], pub usAssociationID: u16, pub AssociationState: DOT11_ASSOCIATION_STATE, pub PowerMode: DOT11_POWER_MODE, pub liAssociationUpTime: i64, pub Statistics: DOT11_PEER_STATISTICS,
}
Expand description

Required features: "Win32_NetworkManagement_WiFi", "Win32_Foundation"

Fields

MacAddress: [u8; 6]usCapabilityInformation: u16AuthAlgo: DOT11_AUTH_ALGORITHMUnicastCipherAlgo: DOT11_CIPHER_ALGORITHMMulticastCipherAlgo: DOT11_CIPHER_ALGORITHMbWpsEnabled: BOOLEANusListenInterval: u16ucSupportedRates: [u8; 255]usAssociationID: u16AssociationState: DOT11_ASSOCIATION_STATEPowerMode: DOT11_POWER_MODEliAssociationUpTime: i64Statistics: DOT11_PEER_STATISTICS

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.