#[repr(C)]
pub struct NDIS_802_11_STATISTICS {
Show 25 fields pub Length: u32, pub TransmittedFragmentCount: i64, pub MulticastTransmittedFrameCount: i64, pub FailedCount: i64, pub RetryCount: i64, pub MultipleRetryCount: i64, pub RTSSuccessCount: i64, pub RTSFailureCount: i64, pub ACKFailureCount: i64, pub FrameDuplicateCount: i64, pub ReceivedFragmentCount: i64, pub MulticastReceivedFrameCount: i64, pub FCSErrorCount: i64, pub TKIPLocalMICFailures: i64, pub TKIPICVErrorCount: i64, pub TKIPCounterMeasuresInvoked: i64, pub TKIPReplays: i64, pub CCMPFormatErrors: i64, pub CCMPReplays: i64, pub CCMPDecryptErrors: i64, pub FourWayHandshakeFailures: i64, pub WEPUndecryptableCount: i64, pub WEPICVErrorCount: i64, pub DecryptSuccessCount: i64, pub DecryptFailureCount: i64,
}
Expand description

Required features: "Win32_NetworkManagement_Ndis"

Fields

Length: u32TransmittedFragmentCount: i64MulticastTransmittedFrameCount: i64FailedCount: i64RetryCount: i64MultipleRetryCount: i64RTSSuccessCount: i64RTSFailureCount: i64ACKFailureCount: i64FrameDuplicateCount: i64ReceivedFragmentCount: i64MulticastReceivedFrameCount: i64FCSErrorCount: i64TKIPLocalMICFailures: i64TKIPICVErrorCount: i64TKIPCounterMeasuresInvoked: i64TKIPReplays: i64CCMPFormatErrors: i64CCMPReplays: i64CCMPDecryptErrors: i64FourWayHandshakeFailures: i64WEPUndecryptableCount: i64WEPICVErrorCount: i64DecryptSuccessCount: i64DecryptFailureCount: i64

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.