<div dir="ltr"><div><div>Is there a 'rude' `qmicli` command (or sequence of commands) I can use to just kill *any* existing connection, without needing to know the client ID and/or packet data handle? I'm writing a really quick-and-dirty modem-juggling script, and I'd rather avoid saving any state, if possible.<br><br></div>In a perfect world, this would "just do it" and not give me an error:<br><br>```<br></div>$ qmicli -p -d /dev/cdc-wdm0 --wds-stop-network<br>error: Missing argument for --wds-stop-network <br>```<br><br>I noticed `qmi-network` saves off a 'state file' containing the client 
ID and packet data handle, so perhaps this isn't possible. Just figured I should ask before going down the state-saving path...<br></div>