Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
crans
OpenWrt-ChaosCalmer-UAPPro
Commits
1b7a618f
Commit
1b7a618f
authored
Jan 25, 2015
by
Gabriel Detraz
Browse files
On ajoute l'option brvlan pour le taggage dynamique
parent
f8434ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
package/kernel/mac80211/files/lib/wifi/mac80211.sh
View file @
1b7a618f
...
...
@@ -115,7 +115,7 @@ $ht_capab
config wifi-iface
option device radio
$devidx
option network vlan
option network vlan
3
option mode ap
option wmm 1
option ssid Cr@ns
...
...
@@ -124,17 +124,17 @@ config wifi-iface
option key fill_it
option disabled 1
option dynamic_vlan 1
option vlan_bridge br-vlan
config wifi-iface
option device radio
$devidx
option network vlan10
option mode ap
option isolate 0
option wmm 1
option ssid Cr@ns-Install
option encryption none
option disabled 1
option device radio
$devidx
option network vlan10
option mode ap
option isolate 0
option wmm 1
option ssid Cr@ns-Install
option encryption none
option disabled 1
config 'wifi-iface'
option 'device' 'radio
$devidx
'
...
...
@@ -143,8 +143,8 @@ config 'wifi-iface'
option 'ssid' 'Cr@ns-accueil'
option 'encryption' 'none'
option 'test_connect' 'arping -I br-vlan7 10.51.0.10 -c 4'
option isolate
1
option wmm
1
option
'
isolate
' '1'
option
'
wmm
' '1'
EOF
devidx
=
$((
$devidx
+
1
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment