Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_802_11_CAPABILITY
#[repr(C)]pub struct NDIS_802_11_CAPABILITY {
pub Length: u32,
pub Version: u32,
pub NoOfPMKIDs: u32,
pub NoOfAuthEncryptPairsSupported: u32,
pub AuthenticationEncryptionSupported: [NDIS_802_11_AUTHENTICATION_ENCRYPTION; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§Length: u32
§Version: u32
§NoOfPMKIDs: u32
§NoOfAuthEncryptPairsSupported: u32
§AuthenticationEncryptionSupported: [NDIS_802_11_AUTHENTICATION_ENCRYPTION; 1]