diff --git a/ffho/ffho-debug/files/bin/ffho-debug b/ffho/ffho-debug/files/bin/ffho-debug
index bc31466408b097b3879faba26c185380083b520d..1ac5a921ab3c7467524a2aa983604b673ad19609 100755
--- a/ffho/ffho-debug/files/bin/ffho-debug
+++ b/ffho/ffho-debug/files/bin/ffho-debug
@@ -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 ibss0 info")
-	debugdata = debugdata .. cmd("iw dev ibss0 station dump")
+	debugdata = debugdata .. cmd("iw dev mesh0 info")
+	debugdata = debugdata .. cmd("iw dev mesh0 station dump")
 	debugdata = debugdata .. cmd("iw dev client0 station dump")
 	debugdata = debugdata .. cmd("iwinfo phy0 scan")
-	debugdata = debugdata .. cmd("iwinfo ibss0 info")
+	debugdata = debugdata .. cmd("iwinfo mesh0 info")
 	debugdata = debugdata .. cmd("iwinfo client0 info")
-	debugdata = debugdata .. cmd("iwinfo ibss0 assoclist")
+	debugdata = debugdata .. cmd("iwinfo mesh0 assoclist")
 	debugdata = debugdata .. cmd("iwinfo client0 assoclist")
 	debugdata = debugdata .. "---- END WIRELESS INFORMATION ----\n\n"
 
@@ -182,4 +182,4 @@ end
 
 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