#[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_HEADERuScanSSIDListSize: u32uDesiredSSIDListSize: u32uPrivacyExemptionListSize: u32uAssociationTableSize: u32uDefaultKeyTableSize: u32uWEPKeyValueMaxLength: u32bStrictlyOrderedServiceClassImplemented: BOOLEANuNumSupportedCountryOrRegionStrings: u32pSupportedCountryOrRegionStrings: *mut u8uInfraNumSupportedUcastAlgoPairs: u32pInfraSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIRuInfraNumSupportedMcastAlgoPairs: u32pInfraSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR

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.