New comment by pbui on void-packages repository https://github.com/void-linux/void-packages/pull/27741#issuecomment-761056180 Comment: @travankor On RPI, I think we are missing `CONFIG_KEY_DH_OPERATIONS` which is not in the upstream kernel config: https://github.com/raspberrypi/linux/blob/rpi-5.4.y/arch/arm64/configs/bcmrpi3_defconfig. This only impacts WPS mode I believe (which I do not use). When I run `iwd` on the RPIs I get a warning that this option is missing. Regarding the connection issue, I can connect to my router using `iwd` on my RPIs, but they tend to lose their connection over time and never recover... So I end up having to reboot them every day. This has been going on for a few months, and I finally just got tired of it and switched back to `wpa_supplicant` (which appears to be more stable or at least able to stay connected). I've only been using `iwd` with the 5.4 kernel both on my RPis and my laptop, where I've experienced the reconnection issue.