Communication functions for DHCP server
◆ wiced_get_clients_ip_address_list_dhcp_server()
| wiced_result_t wiced_get_clients_ip_address_list_dhcp_server |
( |
wiced_dhcp_server_t * | server, |
|
|
void * | ip_address_list ) |
Fetches the list of IP-addresses of associated clients from cached entries of DHCP server
- Parameters
-
| [in] | server | Structure workspace for the DHCP server instance - as used with wiced_start_dhcp_server |
| [in] | ip_address_list | IP-address list structure for all associated clients |
- Returns
- wiced_result_t
◆ wiced_start_dhcp_server()
| wiced_result_t wiced_start_dhcp_server |
( |
wiced_dhcp_server_t * | server, |
|
|
wiced_interface_t | interface ) |
Start a DHCP server instance.
- Parameters
-
| [in] | server | Structure workspace that will be used for this DHCP server instance - allocated by caller. |
| [in] | interface | Which network interface the DHCP server should listen on. |
- Returns
- wiced_result_t
◆ wiced_stop_dhcp_server()