pub trait IDot11AdHocSecuritySettings_Impl: Sized {
    // Required methods
    fn GetDot11AuthAlgorithm(
        &self,
        pauth: *mut DOT11_ADHOC_AUTH_ALGORITHM
    ) -> Result<()>;
    fn GetDot11CipherAlgorithm(
        &self,
        pcipher: *mut DOT11_ADHOC_CIPHER_ALGORITHM
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§