Scanned WiFi network

interface WifiNetwork {
    aps: AccessPoint[];
    showDetails: boolean;
    ssid: string;
}

Properties

Properties

showDetails: boolean
ssid: string