Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenWrt-Barrier-breaker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nounous-archives
OpenWrt-Barrier-breaker
Commits
e93ef350
Commit
e93ef350
authored
9 years ago
by
Gabriel Detraz
Browse files
Options
Downloads
Patches
Plain Diff
SSid federez on vlan12
parent
8d3cd0b4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
files/etc/config/network
+6
-0
6 additions, 0 deletions
files/etc/config/network
package/kernel/mac80211/files/lib/wifi/mac80211.sh
+14
-0
14 additions, 0 deletions
package/kernel/mac80211/files/lib/wifi/mac80211.sh
with
20 additions
and
0 deletions
files/etc/config/network
+
6
−
0
View file @
e93ef350
...
...
@@ -42,6 +42,12 @@ config interface vlan7
option type bridge
option proto none
# federez
config interface vlan12
option ifname eth0.12
option type bridge
option proto none
# appts
config interface vlan21
option ifname eth0.21
...
...
This diff is collapsed.
Click to expand it.
package/kernel/mac80211/files/lib/wifi/mac80211.sh
+
14
−
0
View file @
e93ef350
...
...
@@ -120,6 +120,20 @@ config wifi-iface
option disabled 1
option dynamic_vlan 1
config wifi-iface
option device radio
$devidx
option network vlan12
option mode ap
option isolate 0
option wmm 1
option ssid Federez
option encryption wpa2
# Serveur radius de prod:
option server fda8:5d34:a228:c04:7261:6469:7573:3031
option key fill_it
option disabled 1
option dynamic_vlan 1
config wifi-iface
option device radio
$devidx
option network vlan10
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment