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)
Feb 23 2024, 11:04 AM
Unknown Object (File)
Feb 23 2024, 10:51 AM
Unknown Object (File)
Dec 20 2023, 8:11 AM
Unknown Object (File)
Dec 12 2023, 3:43 PM
Unknown Object (File)
Dec 10 2023, 5:39 AM
Unknown Object (File)
Nov 17 2023, 10:46 AM
Unknown Object (File)
Nov 6 2023, 1:47 PM
Unknown Object (File)
Oct 5 2023, 12:43 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...)