Enabling wep in usb150

hello

i am looking to enable wep protocol on usb150 for use with legacy devices

other devices can do this it seems, but after looking a bit at some config files i am at a loss

-- Copyright 2011-2018 Jo-Philipp Wich <jo@mein.io>
-- Licensed to the public under the Apache License 2.0.

module("luci.controller.admin.network", package.seeall)

function index()
        local page

--      if page.inreq then
                page = entry({"admin", "network", "switch"}, view("network/switch"), _("Switch"), 20)
                page.uci_depends = { network = { ["@switch[0]"] = "switch" } }

                page = entry({"admin", "network", "wireless"}, view("network/wireless"), _('Wireless'), 15)
                page.uci_depends = { wireless = { ["@wifi-device[0]"] = "wifi-device" } }
                page.leaf = true

                page = entry({"admin", "network", "network"}, view("network/interfaces"), _("Interfaces"), 10)
                page.leaf   = true
                page.subindex = true

                page = node("admin", "network", "dhcp")
                page.uci_depends = { dhcp = true }
                page.target = view("network/dhcp")
                page.title  = _("DHCP and DNS")
                page.order  = 30

                page = node("admin", "network", "hosts")
                page.uci_depends = { dhcp = true }
                page.target = view("network/hosts")
                page.title  = _("Hostnames")
                page.order  = 40

                page  = node("admin", "network", "routes")
                page.target = view("network/routes")
                page.title  = _("Static Routes")
                page.order  = 50

                page = node("admin", "network", "diagnostics")
                page.target = view("network/diagnostics")
                page.title  = _("Diagnostics")
                page.order  = 60
--      end
end

thank you for your time

Wep can be configured in luci. Not sure why you want to dig into the codes

sorry for necropost

luci can’t actually be installed on microuter because of limited memory

i know usb150 has been discontinued but will it ever gain a reproduction or new iteration?
i’ve been using them as vpn server extensively and one just failed from being online for almost a 12 months. a friend uses it in a PC with a dead wireless chip and they even work for giving my openbsd machine internet when a cable isn’t available