Skip to content

Commit

Permalink
set wfd elements on source selected
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Nov 14, 2022
1 parent 314aa5a commit abc9b2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added src/ctl/.ctl-sink.c.swo
Binary file not shown.
1 change: 1 addition & 0 deletions src/ctl/wifictl.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static int cmd_select(char **args, unsigned int n)
}

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

return 0;
Expand Down

0 comments on commit abc9b2f

Please sign in to comment.