Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_802_11_STATISTICS
#[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: u32
§TransmittedFragmentCount: i64
§MulticastTransmittedFrameCount: i64
§FailedCount: i64
§RetryCount: i64
§MultipleRetryCount: i64
§RTSSuccessCount: i64
§RTSFailureCount: i64
§ACKFailureCount: i64
§FrameDuplicateCount: i64
§ReceivedFragmentCount: i64
§MulticastReceivedFrameCount: i64
§FCSErrorCount: i64
§TKIPLocalMICFailures: i64
§TKIPICVErrorCount: i64
§TKIPCounterMeasuresInvoked: i64
§TKIPReplays: i64
§CCMPFormatErrors: i64
§CCMPReplays: i64
§CCMPDecryptErrors: i64
§FourWayHandshakeFailures: i64
§WEPUndecryptableCount: i64
§WEPICVErrorCount: i64
§DecryptSuccessCount: i64
§DecryptFailureCount: i64