Iwd defaults to `ap` mode on boot

Recently I’ve been using iwd instead of networkmanager for various reasons. Every boot, iwd defaults to ap (access point) instead of station (wifi)

Is there a way to set station as the default?

I fixed it by creating a systemd service starting after iwd.service containing the following:

iwctl device wlan0 set-property Mode station
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.