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, Jan 20, 9:01 PM
Unknown Object (File)
Sat, Jan 18, 5:42 PM
Unknown Object (File)
Fri, Jan 17, 11:35 PM
Unknown Object (File)
Dec 19 2024, 4:50 PM
Unknown Object (File)
Nov 15 2024, 5:44 AM
Unknown Object (File)
Nov 14 2024, 11:53 PM
Unknown Object (File)
Nov 14 2024, 6:52 AM
Unknown Object (File)
Nov 7 2024, 4:46 PM

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...)