Lines Matching full:network
689 control_write( client, "Current network status:\r\n" );
719 control_write( client, "KO: missing <speed> argument, see 'help network speed'\r\n" );
723 control_write( client, "KO: invalid <speed> argument, see 'help network speed' for valid values\r\n" );
741 "'network speed <speed>' allows you to dynamically change the speed of the emulated\r\n"
742 "network on the device, where <speed> is one of the following:\r\n\r\n" );
750 control_write( client, "KO: missing <delay> argument, see 'help network delay'\r\n" );
754 control_write( client, "KO: invalid <delay> argument, see 'help network delay' for valid values\r\n" );
765 "'network delay <latency>' allows you to dynamically change the latency of the emulated\r\n"
766 "network on the device, where <latency> is one of the following:\r\n\r\n" );
774 control_write( client, "KO: missing <file> argument, see 'help network capture start'\r\n" );
794 { "start", "start network capture",
795 "'network capture start <file>' starts a new capture of network packets\r\n"
799 "you can stop the capture anytime with 'network capture stop'\r\n", NULL,
802 { "stop", "stop network capture",
803 "'network capture stop' stops a currently running packet capture, if any.\r\n"
804 "you can start one with 'network capture start <file>'\r\n", NULL,
812 { "status", "dump network status", NULL, NULL,
815 { "speed", "change network speed", NULL, describe_network_speed,
818 { "delay", "change network latency", NULL, describe_network_delay,
821 { "capture", "dump network packets to file",
822 "allows to start/stop capture of network packets to a file for later analysis\r\n", NULL,
923 control_write( client, "KO: network emulation disabled\r\n");
1118 { "unregistered", "no network available", A_REGISTRATION_UNREGISTERED },
1119 { "home", "on local network, non-roaming", A_REGISTRATION_HOME },
1120 network", A_REGISTRATION_ROAMING },
2948 { "network", "manage network settings",
2949 "allows you to manage the settings related to the network data connection of the\r\n"