Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WifiRoamingSetting

import type { WifiRoamingSetting } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Wi-Fi roaming setting.

interface WifiRoamingSetting {
wifiRoamingMode?:
| "WIFI_ROAMING_MODE_UNSPECIFIED"
| "WIFI_ROAMING_DISABLED"
| "WIFI_ROAMING_DEFAULT"
| "WIFI_ROAMING_AGGRESSIVE";
wifiSsid?: string;
}

§Properties

§
wifiRoamingMode?: "WIFI_ROAMING_MODE_UNSPECIFIED" | "WIFI_ROAMING_DISABLED" | "WIFI_ROAMING_DEFAULT" | "WIFI_ROAMING_AGGRESSIVE"
[src]

Required. Wi-Fi roaming mode for the specified SSID.

§
wifiSsid?: string
[src]

Required. SSID of the Wi-Fi network.