Mayson Monorepo Documentation
    Preparing search index...
    interface EnterpriseEapPeap {
        ca_certificate_file?: string;
        password: string;
        ssid: string;
        username: string;
    }
    Index

    Properties

    ca_certificate_file?: string

    A File ID representing a PEM file containing the server certificate

    password: string

    Password for connecting to the WiFi network

    ssid: string

    Name of the WiFi network

    username: string

    Username for connecting to the WiFi network