Struct windows_sys::Win32::NetworkManagement::WiFi::WLAN_STATISTICS
[−]#[repr(C)]pub struct WLAN_STATISTICS {
pub ullFourWayHandshakeFailures: u64,
pub ullTKIPCounterMeasuresInvoked: u64,
pub ullReserved: u64,
pub MacUcastCounters: WLAN_MAC_FRAME_STATISTICS,
pub MacMcastCounters: WLAN_MAC_FRAME_STATISTICS,
pub dwNumberOfPhys: u32,
pub PhyCounters: [WLAN_PHY_FRAME_STATISTICS; 1],
}Expand description
Required features: ‘Win32_NetworkManagement_WiFi’
Fields
ullFourWayHandshakeFailures: u64ullTKIPCounterMeasuresInvoked: u64ullReserved: u64MacUcastCounters: WLAN_MAC_FRAME_STATISTICSMacMcastCounters: WLAN_MAC_FRAME_STATISTICSdwNumberOfPhys: u32PhyCounters: [WLAN_PHY_FRAME_STATISTICS; 1]