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
a63a3995
Commit
a63a3995
authored
9 years ago
by
Michael Schwarz
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Fix ffho-debug Wifi-Names"
This change applies only to the 2015.1.x branch
parent
67e224e3
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
ffho/ffho-debug/files/bin/ffho-debug
+5
-5
5 additions, 5 deletions
ffho/ffho-debug/files/bin/ffho-debug
with
5 additions
and
5 deletions
ffho/ffho-debug/files/bin/ffho-debug
+
5
−
5
View file @
a63a3995
...
@@ -88,13 +88,13 @@ if oldReport==nil then
...
@@ -88,13 +88,13 @@ 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
mesh
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
ibss
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
mesh
0 station dump"
)
debugdata
=
debugdata
..
cmd
(
"iw dev
ibss
0 station dump"
)
debugdata
=
debugdata
..
cmd
(
"iw dev client0 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
mesh
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo
ibss
0 info"
)
debugdata
=
debugdata
..
cmd
(
"iwinfo client0 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
..
cmd
(
"iwinfo client0 assoclist"
)
debugdata
=
debugdata
..
"---- END WIRELESS INFORMATION ----\n\n"
debugdata
=
debugdata
..
"---- END WIRELESS INFORMATION ----\n\n"
...
@@ -182,4 +182,4 @@ end
...
@@ -182,4 +182,4 @@ end
print
(
"-- You've almost reached your decision gate, and I cannot spare you any more time. End of Line."
)
print
(
"-- You've almost reached your decision gate, and I cannot spare you any more time. End of Line."
)
os.exit
(
0
)
os.exit
(
0
)
\ No newline at end of file
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