#[repr(C)]pub struct DOT11_EXTSTA_ATTRIBUTES {Show 34 fields
pub Header: NDIS_OBJECT_HEADER,
pub uScanSSIDListSize: u32,
pub uDesiredBSSIDListSize: u32,
pub uDesiredSSIDListSize: u32,
pub uExcludedMacAddressListSize: u32,
pub uPrivacyExemptionListSize: u32,
pub uKeyMappingTableSize: u32,
pub uDefaultKeyTableSize: u32,
pub uWEPKeyValueMaxLength: u32,
pub uPMKIDCacheSize: u32,
pub uMaxNumPerSTADefaultKeyTables: u32,
pub bStrictlyOrderedServiceClassImplemented: BOOLEAN,
pub ucSupportedQoSProtocolFlags: u8,
pub bSafeModeImplemented: 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,
pub uAdhocNumSupportedUcastAlgoPairs: u32,
pub pAdhocSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR,
pub uAdhocNumSupportedMcastAlgoPairs: u32,
pub pAdhocSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR,
pub bAutoPowerSaveMode: BOOLEAN,
pub uMaxNetworkOffloadListSize: u32,
pub bMFPCapable: BOOLEAN,
pub uInfraNumSupportedMcastMgmtAlgoPairs: u32,
pub pInfraSupportedMcastMgmtAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR,
pub bNeighborReportSupported: BOOLEAN,
pub bAPChannelReportSupported: BOOLEAN,
pub bActionFramesSupported: BOOLEAN,
pub bANQPQueryOffloadSupported: BOOLEAN,
pub bHESSIDConnectionSupported: BOOLEAN,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
uScanSSIDListSize: u32
uDesiredBSSIDListSize: u32
uDesiredSSIDListSize: u32
uExcludedMacAddressListSize: u32
uPrivacyExemptionListSize: u32
uKeyMappingTableSize: u32
uDefaultKeyTableSize: u32
uWEPKeyValueMaxLength: u32
uPMKIDCacheSize: u32
uMaxNumPerSTADefaultKeyTables: u32
bStrictlyOrderedServiceClassImplemented: BOOLEAN
ucSupportedQoSProtocolFlags: u8
bSafeModeImplemented: BOOLEAN
uNumSupportedCountryOrRegionStrings: u32
pSupportedCountryOrRegionStrings: *mut u8
uInfraNumSupportedUcastAlgoPairs: u32
pInfraSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
uInfraNumSupportedMcastAlgoPairs: u32
pInfraSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
uAdhocNumSupportedUcastAlgoPairs: u32
pAdhocSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
uAdhocNumSupportedMcastAlgoPairs: u32
pAdhocSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
bAutoPowerSaveMode: BOOLEAN
uMaxNetworkOffloadListSize: u32
bMFPCapable: BOOLEAN
uInfraNumSupportedMcastMgmtAlgoPairs: u32
pInfraSupportedMcastMgmtAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
bNeighborReportSupported: BOOLEAN
bAPChannelReportSupported: BOOLEAN
bActionFramesSupported: BOOLEAN
bANQPQueryOffloadSupported: BOOLEAN
bHESSIDConnectionSupported: BOOLEAN
Trait Implementations
impl Clone for DOT11_EXTSTA_ATTRIBUTES
impl Clone for DOT11_EXTSTA_ATTRIBUTES
impl Copy for DOT11_EXTSTA_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for DOT11_EXTSTA_ATTRIBUTES
impl !Send for DOT11_EXTSTA_ATTRIBUTES
impl !Sync for DOT11_EXTSTA_ATTRIBUTES
impl Unpin for DOT11_EXTSTA_ATTRIBUTES
impl UnwindSafe for DOT11_EXTSTA_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