I added option wds '1' to the /etc/config/wireless file via vim.
rebooted device
... no new wlan.sta1 was created.
There is a radio0, and radio1; both of these are used in normal operations.
radio 1 is the 2.4ghz, which is what i wish to repeat.
adding this to the correct configuration, under what is
I wouldn't quite call this out of the blue, merely editing a configuration file does not automatically ensure that the changes are applied to the running system (a reboot will naturally do this, as would more targetted service reloads/ restarts).
That is true; I failed to mention I previously restarted this after editing the configuration files. figured it was implied by "another". Woops. Anyway, It's all working really well now! The downside is that the repeater (client (wds)) is unable to update packages, even after setting the custom dns servers. instead of walking over to the gateway, i set up a bridge for my wifi and ethernet port on windows 11, then plugged my computers ethernet port into the wan port of the client (also set dns servers on the bridge adapter of the computer) and it still errors, but it shows lists of packages now at least. Unsure if this is a misconfiguration on my part, or how openwrt handles updating packages, seems it only wants to update off of the WAN port of these particular devices.
gateway/ subnet and DNS need to be properly configured on the repeater for that to work (and it will work, if that's correctly set up); dhcp-client is an easy method to take care of that automatically (but it's more prone to fail in case of misconfiguration or if the main router/ dhcpd isn't reliable).