Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffho-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Freifunk Hochstift
ffho-packages
Commits
eae7c473
Commit
eae7c473
authored
9 years ago
by
Michael Schwarz
Browse files
Options
Downloads
Patches
Plain Diff
Change wlan devices to new naming in gluon 2015.1
parent
2b92e12d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ffpb/ffpb-debug/files/bin/ffpb-debug
+7
-7
7 additions, 7 deletions
ffpb/ffpb-debug/files/bin/ffpb-debug
with
7 additions
and
7 deletions
ffpb/ffpb-debug/files/bin/ffpb-debug
+
7
−
7
View file @
eae7c473
...
@@ -88,14 +88,14 @@ if oldReport==nil then
...
@@ -88,14 +88,14 @@ if oldReport==nil then
-- get wireless status
-- get wireless status
debugdata
=
debugdata
..
"---- BEGIN WIRELESS INFORMATION ----\n"
debugdata
=
debugdata
..
"---- BEGIN WIRELESS INFORMATION ----\n"
debugdata
=
debugdata
..
cmd
(
"iw phy phy0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw phy phy0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
wlan
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
mesh
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
wlan
0 station dump"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
mesh
0 station dump"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
wlan0-1
station dump"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
client0
station dump"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo phy0 scan"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo phy0 scan"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
wlan
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
mesh
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
wlan0-1
info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
client0
info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
wlan
0 assoclist"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
mesh
0 assoclist"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
wlan0-1
assoclist"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
client0
assoclist"
)
debugdata
=
debugdata
..
"---- END WIRELESS INFORMATION ----\n\n"
debugdata
=
debugdata
..
"---- END WIRELESS INFORMATION ----\n\n"
...
...
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