Skip to content

Commit

Permalink
Add the initial version of Wi-Fi Manager
Browse files Browse the repository at this point in the history
Wi-Fi Manager is introduced to provide easy APIs for applications to easily manipulate Wi-Fi features
  • Loading branch information
davidfather committed Sep 5, 2017
1 parent 1fde63c commit cd3eb9a
Show file tree
Hide file tree
Showing 18 changed files with 2,054 additions and 138 deletions.
2 changes: 1 addition & 1 deletion apps/system/utils/netcmd_dhcpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ int cmd_dhcpd(int argc, char *argv[])
}
}

if (dhcpd_start(argv[2]) != 0) {
if (dhcpd_start(argv[2], NULL) != 0) {
printf("%s : failed to start dhcpd\n", __FUNCTION__);
goto done;
}
Expand Down
Loading

0 comments on commit cd3eb9a

Please sign in to comment.