Add quiet workshop AP
This commit is contained in:
parent
191dba2e66
commit
5aaac27170
2
Rakefile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue