steamos-manager/bin/steamos-enable-wifidebug
Jeremy Whiting 4a50b941dd wifidebug: Add some helper scripts to use for testing.
While the steam client will drive wifi debug mode for now
add some scripts that directly talk to it over dbus to enable
disable, and check the current debug modes.

Signed-off-by: Jeremy Whiting <jeremy.whiting@collabora.com>
2024-02-08 18:18:22 -07:00

8 lines
348 B
Bash

#!/bin/bash
# Tell steamos-manager to start wifi debugmode
# parameters are 2 unsigned integers
# mode: 1 for on, 0 for off
# buffer_size: the size in kilobytes to use for the trace (if on galileo device).
busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 SetWifiDebugMode uu 1 20000