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
a71494bf
"git@git.c3pb.de:jktr/qbar.git" did not exist on "4000813b92d719ae68c15bb565a5ef4d985aaae2"
Commit
a71494bf
authored
9 years ago
by
Michael Schwarz
Browse files
Options
Downloads
Patches
Plain Diff
They changed mesh interface name again ...
parent
fcbb5718
No related branches found
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
+4
-4
4 additions, 4 deletions
ffpb/ffpb-debug/files/bin/ffpb-debug
with
4 additions
and
4 deletions
ffpb/ffpb-debug/files/bin/ffpb-debug
+
4
−
4
View file @
a71494bf
...
...
@@ -88,13 +88,13 @@ if oldReport==nil then
-- get wireless status
debugdata
=
debugdata
..
"---- BEGIN WIRELESS INFORMATION ----\n"
debugdata
=
debugdata
..
cmd
(
"iw phy phy0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
mesh
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
mesh
0 station dump"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
ibss
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
ibss
0 station dump"
)
debugdata
=
debugdata
..
cmd
(
"iw dev client0 station dump"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo phy0 scan"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
mesh
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
ibss
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo client0 info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
mesh
0 assoclist"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
ibss
0 assoclist"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo client0 assoclist"
)
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