onvif
    Preparing search index...

    Interface Dot1XCapabilities

    The capabilities of the 802.1X implementation on a device.

    interface Dot1XCapabilities {
        dot1XMethods?: Dot1XMethods;
        maximumNumberOfDot1XConfigurations?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    dot1XMethods?: Dot1XMethods

    The authentication methods supported by the 802.1X implementation.

    maximumNumberOfDot1XConfigurations?: number

    The maximum number of 802.1X configurations that may be defined simultaneously.