@gibme/starlink
    Preparing search index...
    interface WifiNetwork {
        band?: WifiNetwork_Band;
        channel?: number;
        encryptionTypeStr?: string;
        ssid?: string;
    }
    Index

    Properties

    channel?: number
    encryptionTypeStr?: string
    ssid?: string