#[repr(C)]pub struct WLAN_SECURITY_ATTRIBUTES {
pub bSecurityEnabled: BOOL,
pub bOneXEnabled: BOOL,
pub dot11AuthAlgorithm: DOT11_AUTH_ALGORITHM,
pub dot11CipherAlgorithm: DOT11_CIPHER_ALGORITHM,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
Fields
bSecurityEnabled: BOOL
bOneXEnabled: BOOL
dot11AuthAlgorithm: DOT11_AUTH_ALGORITHM
dot11CipherAlgorithm: DOT11_CIPHER_ALGORITHM
Trait Implementations
impl Clone for WLAN_SECURITY_ATTRIBUTES
impl Clone for WLAN_SECURITY_ATTRIBUTES
impl Copy for WLAN_SECURITY_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for WLAN_SECURITY_ATTRIBUTES
impl Send for WLAN_SECURITY_ATTRIBUTES
impl Sync for WLAN_SECURITY_ATTRIBUTES
impl Unpin for WLAN_SECURITY_ATTRIBUTES
impl UnwindSafe for WLAN_SECURITY_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