#[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_HEADERuScanSSIDListSize: u32uDesiredBSSIDListSize: u32uDesiredSSIDListSize: u32uExcludedMacAddressListSize: u32uPrivacyExemptionListSize: u32uKeyMappingTableSize: u32uDefaultKeyTableSize: u32uWEPKeyValueMaxLength: u32uPMKIDCacheSize: u32uMaxNumPerSTADefaultKeyTables: u32bStrictlyOrderedServiceClassImplemented: BOOLEANucSupportedQoSProtocolFlags: u8bSafeModeImplemented: BOOLEANuNumSupportedCountryOrRegionStrings: u32pSupportedCountryOrRegionStrings: *mut u8uInfraNumSupportedUcastAlgoPairs: u32pInfraSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIRuInfraNumSupportedMcastAlgoPairs: u32pInfraSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIRuAdhocNumSupportedUcastAlgoPairs: u32pAdhocSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIRuAdhocNumSupportedMcastAlgoPairs: u32pAdhocSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIRbAutoPowerSaveMode: BOOLEANuMaxNetworkOffloadListSize: u32bMFPCapable: BOOLEANuInfraNumSupportedMcastMgmtAlgoPairs: u32pInfraSupportedMcastMgmtAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIRbNeighborReportSupported: BOOLEANbAPChannelReportSupported: BOOLEANbActionFramesSupported: BOOLEANbANQPQueryOffloadSupported: BOOLEANbHESSIDConnectionSupported: BOOLEAN

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.