onvif
    Preparing search index...

    Interface Dot11SecurityConfiguration

    interface Dot11SecurityConfiguration {
        algorithm?: Dot11Cipher;
        dot1X?: string;
        extension?: Dot11SecurityConfigurationExtension;
        mode: Dot11SecurityMode;
        PSK?: Dot11PSKSet;
    }
    Index
    algorithm?: Dot11Cipher
    dot1X?: string