X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=inline;f=commands-wds.h;h=de025d78669e5ccc9e214dffa2d7bf2b2d47ab78;hb=HEAD;hp=b6198c2d07e7d4cfbd5ff5785edbcc78ac775183;hpb=9d816b46e6f2b707b6f91f1363f9c890c1ebf659;p=project%2Fuqmi.git diff --git a/commands-wds.h b/commands-wds.h deleted file mode 100644 index b6198c2..0000000 --- a/commands-wds.h +++ /dev/null @@ -1,12 +0,0 @@ -#define __uqmi_wds_commands \ - __uqmi_command(wds_start_network, start-network, required, QMI_SERVICE_WDS), \ - __uqmi_command(wds_set_auth, auth-type, required, CMD_TYPE_OPTION), \ - __uqmi_command(wds_set_username, username, required, CMD_TYPE_OPTION), \ - __uqmi_command(wds_set_password, password, required, CMD_TYPE_OPTION) - -#define wds_helptext \ - " --start-network : Start network connection (use with options below)\n" \ - " --auth-type pap|chap|both|none: Use network authentication type\n" \ - " --username : Use network username\n" \ - " --password : Use network password\n" \ -