hostapd: build with SAE for WPA3 support

This commit is contained in:
Vincent Haupert 2021-04-02 15:14:09 +02:00
parent cf8da7eabd
commit 214bbb5cf0
No known key found for this signature in database
GPG key ID: A8B605E96F82B4E4

View file

@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
CONFIG_HS20=y
CONFIG_ACS=y
CONFIG_GETRANDOM=y
CONFIG_SAE=y
'' + lib.optionalString (sqlite != null) ''
CONFIG_SQLITE=y
'';