dial spec 2.0

This commit is contained in:
jcli
2015-10-20 16:33:55 -07:00
parent 3454a59e99
commit 2477615a40
15 changed files with 656 additions and 362 deletions

View File

@@ -46,6 +46,10 @@
#define UUID_OPTION_LONG "--uuid-name"
#define UUID_DESCRIPTION "UUID of the device"
#define WAKE_OPTION "-W"
#define WAKE_OPTION_LONG "--wake-on-wifi-len"
#define WAKE_DESCRIPTION "Enable wake on wifi/len. Value: on/off. Default (on)"
struct dial_options
{
const char * pOption;
@@ -79,6 +83,11 @@ struct dial_options gDialOptions[] =
UUID_OPTION,
UUID_OPTION_LONG,
UUID_DESCRIPTION
},
{
WAKE_OPTION,
WAKE_OPTION_LONG,
WAKE_DESCRIPTION
}
};