Page MenuHomeFreeBSD

[wpa] Add support for hostapd/wpa_supplicant when WITHOUT_CRYPT=YES is enabled.
ClosedPublic

Authored by adrian on Jan 4 2021, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 5:42 PM
Unknown Object (File)
Mon, Oct 13, 5:42 PM
Unknown Object (File)
Mon, Oct 13, 5:42 PM
Unknown Object (File)
Mon, Oct 13, 4:22 AM
Unknown Object (File)
Sun, Oct 12, 2:04 PM
Unknown Object (File)
Sat, Sep 20, 1:19 PM
Unknown Object (File)
Sep 15 2025, 8:31 AM
Unknown Object (File)
Aug 13 2025, 6:28 AM

Details

Summary

This builds wpa_supplicant / hostpad using internal encryption routines
rather than using libcrypt.

This has been supported in wpa for years now, however since we use
local makefiles for this, we bitrotted dependencies and configuration
options.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

adrian requested review of this revision.Jan 4 2021, 8:48 PM
emaste added inline comments.
share/mk/src.opts.mk
432

We should probably add a comment here about our general approach; ideally we'd be able to either build dependencies w/o crypto support (if that makes sense for that component) or do something like wpa does.

This revision is now accepted and ready to land.Jan 4 2021, 8:54 PM

(I haven't forgotten about this; I only just got mips32 to boot again...)