pkgs/hostapd: Add 80211v support

This commit is contained in:
sinavir 2025-02-06 16:11:28 +01:00
parent 5f3c299228
commit 36499bdb06
No known key found for this signature in database

View file

@ -118,6 +118,7 @@ extraPkgs // {
hostapd =
let
config = [
"CONFIG_WNM=y"
"CONFIG_DRIVER_NL80211=y"
"CONFIG_IAPP=y"
"CONFIG_IEEE80211AC=y"
@ -157,6 +158,7 @@ extraPkgs // {
hostapd-radius =
let
config = [
"CONFIG_WNM=y"
"CONFIG_DRIVER_NL80211=y"
"CONFIG_DRIVER_WIRED=y"
"CONFIG_EAP=y"