Skip to content

Commit abc9b2f

Browse files
committed
set wfd elements on source selected
1 parent 314aa5a commit abc9b2f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/ctl/.ctl-sink.c.swo

32 KB
Binary file not shown.

src/ctl/wifictl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ static int cmd_select(char **args, unsigned int n)
139139
}
140140

141141
selected_link = l;
142+
ctl_link_set_wfd_subelements(l, "000600111c4400c8");
142143
cli_printf("link %s selected\n", selected_link->label);
143144

144145
return 0;

0 commit comments

Comments
 (0)