From 5aaac2717021ba108b6f5d1df3ae981c43f7d5e4 Mon Sep 17 00:00:00 2001 From: Ivaylo Markov Date: Sun, 29 Oct 2017 16:46:17 +0200 Subject: [PATCH] Add quiet workshop AP --- Rakefile | 2 +- configurations.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b76dced..00376d1 100644 --- a/Rakefile +++ b/Rakefile @@ -59,7 +59,7 @@ task :all do aps = %W(ap-cf-f-l ap-cf-f-r) # Foaier aps += %W(ap-cf-mr-1 ap-cf-mr-2 ap-cf-mr-3 ap-cf-mr-4) # Main room aps += %W(ap-cf-sr-1 ap-cf-sr-2 ) # Small room - aps += %W(ap-cf-ch) # Chillout and quiet workshop area + aps += %W(ap-cf-ch ap-cf-qws) # Chillout and quiet workshop area # Workshop floor aps += %W(ap-ws-ws1 ap-ws-ws2) # workshop and overflow area diff --git a/configurations.yml b/configurations.yml index 7172415..b345eaa 100644 --- a/configurations.yml +++ b/configurations.yml @@ -121,7 +121,21 @@ configurations: ip: 10.20.0.58 wlans: 0: + bssid: 02:00:0f:20:40:00 + channel: 44 + 1: bssid: 02:00:0f:20:40:01 + channel: 1 + mixins: + - all + - archer-c5 + - archer-c5-single-trunk + ap-cf-qws: + config: archer-c5 + ip: 10.20.0.59 + wlans: + 0: + bssid: 02:00:0f:20:40:10 channel: 44 1: bssid: 02:00:0f:20:40:11