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)
Thu, Dec 19, 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
Unknown Object (File)
Nov 5 2024, 5:54 AM
Unknown Object (File)
Oct 31 2024, 1:51 AM
Unknown Object (File)
Sep 25 2024, 7:14 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...)