projects
/
platform
/
core
/
api
/
wifi-direct.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a913a5
)
[test] Use proper input message in CMD_SET_AUTO_GROUP_REMOVAL
81/131981/2
author
Nishant Chaprana
<n.chaprana@samsung.com>
Wed, 31 May 2017 11:22:13 +0000
(16:52 +0530)
committer
Nishant Chaprana
<n.chaprana@samsung.com>
Wed, 31 May 2017 11:23:47 +0000
(11:23 +0000)
Change-Id: I40fb1f545f3a25e261d04b0069f6918c8d6e7a70
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
test/test-wifi-direct.c
patch
|
blob
|
history
diff --git
a/test/test-wifi-direct.c
b/test/test-wifi-direct.c
index 4a7630a86dbcb4f938b6925dfbb5249768250a57..f5b5030e7d5fc253a4d745d20fa44e34427e15c6 100644
(file)
--- a/
test/test-wifi-direct.c
+++ b/
test/test-wifi-direct.c
@@
-2501,6
+2501,7
@@
void process_input(const char *input, gpointer user_data)
case CMD_SET_AUTO_GROUP_REMOVAL:
if (ad != NULL) {
int enable;
+ printf("Enter (1 to enable or 0 to Disable): ");
if (scanf(" %1d", &enable) < 1)
break;