]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[wpa] Add support for hostapd/wpa_supplicant when WITHOUT_CRYPT=YES
authorAdrian Chadd <adrian@FreeBSD.org>
Mon, 4 Jan 2021 20:39:53 +0000 (12:39 -0800)
committerCy Schubert <cy@FreeBSD.org>
Mon, 13 Sep 2021 21:12:02 +0000 (14:12 -0700)
commitc3ec04ec6fbfe7cdfe521e625f42a7daef567265
tree0f1407470cd558b659b96d5c096e5635a59b8d8f
parent7dddc107443465b59fe05843ed57909714100f3c
[wpa] Add support for hostapd/wpa_supplicant when WITHOUT_CRYPT=YES
is enabled.

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.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D27958

(cherry picked from commit 7c5a624afae43c44d8e57eb8c5073b9b07f88064)
share/mk/src.opts.mk
usr.sbin/wpa/Makefile.crypto
usr.sbin/wpa/hostapd/Makefile
usr.sbin/wpa/wpa_supplicant/Makefile