From 624eb207fb2f3e38dfd8e675caf6bd3e2f35616b Mon Sep 17 00:00:00 2001 From: exuvo Date: Mon, 11 Apr 2022 15:11:13 +0200 Subject: [PATCH] Fix incorrect DTIM_PERIOD name in example config Fixes https://github.com/dlenski/create_ap/issues/2 --- create_ap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_ap.conf b/create_ap.conf index f32aa6d..1b74108 100644 --- a/create_ap.conf +++ b/create_ap.conf @@ -59,7 +59,7 @@ VHT_CAPAB= # Beacon interval, and DTIM period (https://en.wikipedia.org/wiki/DTIM) # in multiples of the beacon interval. BEACON_INTERVAL=100 -DTIM_INTERVAL=2 +DTIM_PERIOD=2 ########## Network Options ##########