#[repr(C)]pub struct DOT11_EXTAP_ATTRIBUTES {Show 14 fields
pub Header: NDIS_OBJECT_HEADER,
pub uScanSSIDListSize: u32,
pub uDesiredSSIDListSize: u32,
pub uPrivacyExemptionListSize: u32,
pub uAssociationTableSize: u32,
pub uDefaultKeyTableSize: u32,
pub uWEPKeyValueMaxLength: u32,
pub bStrictlyOrderedServiceClassImplemented: BOOLEAN,
pub uNumSupportedCountryOrRegionStrings: u32,
pub pSupportedCountryOrRegionStrings: *mut u8,
pub uInfraNumSupportedUcastAlgoPairs: u32,
pub pInfraSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR,
pub uInfraNumSupportedMcastAlgoPairs: u32,
pub pInfraSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
uScanSSIDListSize: u32
uDesiredSSIDListSize: u32
uPrivacyExemptionListSize: u32
uAssociationTableSize: u32
uDefaultKeyTableSize: u32
uWEPKeyValueMaxLength: u32
bStrictlyOrderedServiceClassImplemented: BOOLEAN
uNumSupportedCountryOrRegionStrings: u32
pSupportedCountryOrRegionStrings: *mut u8
uInfraNumSupportedUcastAlgoPairs: u32
pInfraSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
uInfraNumSupportedMcastAlgoPairs: u32
pInfraSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
Trait Implementations
impl Clone for DOT11_EXTAP_ATTRIBUTES
impl Clone for DOT11_EXTAP_ATTRIBUTES
impl Copy for DOT11_EXTAP_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for DOT11_EXTAP_ATTRIBUTES
impl !Send for DOT11_EXTAP_ATTRIBUTES
impl !Sync for DOT11_EXTAP_ATTRIBUTES
impl Unpin for DOT11_EXTAP_ATTRIBUTES
impl UnwindSafe for DOT11_EXTAP_ATTRIBUTES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more