@gibme/starlink
    Preparing search index...
    interface WifiConfig {
        applyMacLan?: boolean;
        applyMacLan2ghz?: boolean;
        applyMacLan5ghz?: boolean;
        applyMacWan?: boolean;
        applyNetworkName?: boolean;
        applyNetworkName5ghz?: boolean;
        applyNetworkPassword?: boolean;
        applySetupComplete?: boolean;
        applyWifiDisabled?: boolean;
        applyWifiSecurity?: boolean;
        countryCode?: string;
        deviceId?: string;
        factoryResetTicker?: number;
        lanIpv4?: string;
        lanIpv4SubnetMask?: string;
        macLan?: string;
        macLan2ghz?: string;
        macLan5ghz?: string;
        macWan?: string;
        networkName?: string;
        networkName5ghz?: string;
        networkPassword?: string;
        setupComplete?: boolean;
        version?: number;
        wifiDisabled?: boolean;
        wifiSecurity?: WifiConfig_Security;
    }
    Index

    Properties

    applyMacLan?: boolean
    applyMacLan2ghz?: boolean
    applyMacLan5ghz?: boolean
    applyMacWan?: boolean
    applyNetworkName?: boolean
    applyNetworkName5ghz?: boolean
    applyNetworkPassword?: boolean
    applySetupComplete?: boolean
    applyWifiDisabled?: boolean
    applyWifiSecurity?: boolean
    countryCode?: string
    deviceId?: string
    factoryResetTicker?: number
    lanIpv4?: string
    lanIpv4SubnetMask?: string
    macLan?: string
    macLan2ghz?: string
    macLan5ghz?: string
    macWan?: string
    networkName?: string
    networkName5ghz?: string
    networkPassword?: string
    setupComplete?: boolean
    version?: number
    wifiDisabled?: boolean
    wifiSecurity?: WifiConfig_Security