Type alias WifiInterfaces

WifiInterfaces: {
    ap: WifiInterface;
    sta: WifiInterface;
}

Configuration of WiFi networks.

Type declaration

  • ap: WifiInterface

    WiFi access-point configuration. Use to create a new WiFi network (Hotspot). This interface will be bridged with the LAN interface.

  • sta: WifiInterface

    WiFi client configuration. Use to connect to an existing WiFi network. WWAN network configuration will be applied for this interface.

Generated using TypeDoc