Currently, wpa_supplicant fails when legacy IP support is disabled in FreeBSD (i.e., the world built with WITHOUT_INET and nooptions INET in the kernel config). The proposed patch allows running wpa_supplicant and connecting to wireless networks without INET support when INET6 is available.
Details
Details
- Reviewers
cy bz adrian philip roy_marples.name - Group Reviewers
network - Commits
- rG8c7149c73f8f: wpa_supplicant: Handle systems without INET (legacy IP) support
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Thank you for the support @adrian.
I am adding @roy_marples.name as a reviewer, he has deep insight since contributed a lot to this project.
The patch was submitted to the upstream and is awaiting acceptance.
Comment Actions
LGTM.
Tested on NetBSD-10 just by changing PF_INET TO PF_INET6 and it works just as before.