#[repr(C)]pub struct DOT11_EXTAP_ATTRIBUTES {Show 14 fields
pub Header: NDIS_OBJECT_HEADER,
pub uScanSSIDListSize: ULONG,
pub uDesiredSSIDListSize: ULONG,
pub uPrivacyExemptionListSize: ULONG,
pub uAssociationTableSize: ULONG,
pub uDefaultKeyTableSize: ULONG,
pub uWEPKeyValueMaxLength: ULONG,
pub bStrictlyOrderedServiceClassImplemented: BOOLEAN,
pub uNumSupportedCountryOrRegionStrings: ULONG,
pub pSupportedCountryOrRegionStrings: PDOT11_COUNTRY_OR_REGION_STRING,
pub uInfraNumSupportedUcastAlgoPairs: ULONG,
pub pInfraSupportedUcastAlgoPairs: PDOT11_AUTH_CIPHER_PAIR,
pub uInfraNumSupportedMcastAlgoPairs: ULONG,
pub pInfraSupportedMcastAlgoPairs: PDOT11_AUTH_CIPHER_PAIR,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§uScanSSIDListSize: ULONG
§uDesiredSSIDListSize: ULONG
§uPrivacyExemptionListSize: ULONG
§uAssociationTableSize: ULONG
§uDefaultKeyTableSize: ULONG
§uWEPKeyValueMaxLength: ULONG
§bStrictlyOrderedServiceClassImplemented: BOOLEAN
§uNumSupportedCountryOrRegionStrings: ULONG
§pSupportedCountryOrRegionStrings: PDOT11_COUNTRY_OR_REGION_STRING
§uInfraNumSupportedUcastAlgoPairs: ULONG
§pInfraSupportedUcastAlgoPairs: PDOT11_AUTH_CIPHER_PAIR
§uInfraNumSupportedMcastAlgoPairs: ULONG
§pInfraSupportedMcastAlgoPairs: PDOT11_AUTH_CIPHER_PAIR
Trait Implementations§
Source§impl Clone for DOT11_EXTAP_ATTRIBUTES
impl Clone for DOT11_EXTAP_ATTRIBUTES
Source§fn clone(&self) -> DOT11_EXTAP_ATTRIBUTES
fn clone(&self) -> DOT11_EXTAP_ATTRIBUTES
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DOT11_EXTAP_ATTRIBUTES
impl Default for DOT11_EXTAP_ATTRIBUTES
Source§fn default() -> DOT11_EXTAP_ATTRIBUTES
fn default() -> DOT11_EXTAP_ATTRIBUTES
Returns the “default value” for a type. Read more
impl Copy for DOT11_EXTAP_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for DOT11_EXTAP_ATTRIBUTES
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more