Is SoftAp open source?

I was trying to find docs on SoftAp configuration, and did not find any open source code. Is it open source or documented anywhere?

SoftAp is just a sequence of characters we used to define the “managed” interface.

It comes from the iw project: en:users:documentation:iw [Linux Wireless]

Regards,

I have to ask since I don’t yet see how configure SoftAp0.network to pass dhcp request to 192.168.1.1 router for its clients, be on 192.168.1.0(maybe use wlan0 address with no eth0).

RelayTarget= ? systemd.network

Regards,

Does not work right, but will try more.

[Match]
Name=SoftAp0
[Link]
RequiredForOnline=no
[Network]
#RelayTarget= ? systemd.network
DHCP=ip4
DHCPServer=no
#Should be static in safe range from router DHCP?
#or use wlan0 somehow
Address=192.168.1.12
[DHCPServer]
RelayTarget=192.168.1.1