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: u64§ullTKIPCounterMeasuresInvoked: u64§ullReserved: u64§MacUcastCounters: WLAN_MAC_FRAME_STATISTICS§MacMcastCounters: WLAN_MAC_FRAME_STATISTICS§dwNumberOfPhys: u32§PhyCounters: [WLAN_PHY_FRAME_STATISTICS; 1]