#[repr(C)]pub struct DOT11_MSSECURITY_SETTINGS {
pub dot11AuthAlgorithm: DOT11_AUTH_ALGORITHM,
pub dot11CipherAlgorithm: DOT11_CIPHER_ALGORITHM,
pub fOneXEnabled: BOOL,
pub eapMethodType: EAP_METHOD_TYPE,
pub dwEapConnectionDataLen: u32,
pub pEapConnectionData: *mut u8,
}
Expand description
Required features: ‘Win32_NetworkManagement_Ndis’, ‘Win32_Foundation’, ‘Win32_NetworkManagement_WiFi’, ‘Win32_Security_ExtensibleAuthenticationProtocol’
Fields
dot11AuthAlgorithm: DOT11_AUTH_ALGORITHM
dot11CipherAlgorithm: DOT11_CIPHER_ALGORITHM
fOneXEnabled: BOOL
eapMethodType: EAP_METHOD_TYPE
dwEapConnectionDataLen: u32
pEapConnectionData: *mut u8
Trait Implementations
impl Clone for DOT11_MSSECURITY_SETTINGS
impl Clone for DOT11_MSSECURITY_SETTINGS
impl Copy for DOT11_MSSECURITY_SETTINGS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_MSSECURITY_SETTINGS
impl !Send for DOT11_MSSECURITY_SETTINGS
impl !Sync for DOT11_MSSECURITY_SETTINGS
impl Unpin for DOT11_MSSECURITY_SETTINGS
impl UnwindSafe for DOT11_MSSECURITY_SETTINGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more