#[repr(C)]pub struct WLAN_MAC_FRAME_STATISTICS {
pub ullTransmittedFrameCount: u64,
pub ullReceivedFrameCount: u64,
pub ullWEPExcludedCount: u64,
pub ullTKIPLocalMICFailures: u64,
pub ullTKIPReplays: u64,
pub ullTKIPICVErrorCount: u64,
pub ullCCMPReplays: u64,
pub ullCCMPDecryptErrors: u64,
pub ullWEPUndecryptableCount: u64,
pub ullWEPICVErrorCount: u64,
pub ullDecryptSuccessCount: u64,
pub ullDecryptFailureCount: u64,
}Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields§
§ullTransmittedFrameCount: u64§ullReceivedFrameCount: u64§ullWEPExcludedCount: u64§ullTKIPLocalMICFailures: u64§ullTKIPReplays: u64§ullTKIPICVErrorCount: u64§ullCCMPReplays: u64§ullCCMPDecryptErrors: u64§ullWEPUndecryptableCount: u64§ullWEPICVErrorCount: u64§ullDecryptSuccessCount: u64§ullDecryptFailureCount: u64