Searched refs:SL_NETAPP_DHCP_SERVER_ID (Results 1 – 2 of 2) sorted by relevance
212 …RetVal = sl_NetAppStop(SL_NETAPP_DHCP_SERVER_ID); // Stop DHCP server … in sl_WifiConfig()217 …RetVal = sl_NetAppSet(SL_NETAPP_DHCP_SERVER_ID, SL_NETAPP_DHCP_SRV_BASIC_OPT, outLen, (_u8* )&dhcp… in sl_WifiConfig()224 …RetVal = sl_NetAppStart(SL_NETAPP_DHCP_SERVER_ID); // Start DHCP server with new … in sl_WifiConfig()233 sl_NetAppStop(SL_NETAPP_DHCP_SERVER_ID); in sl_WifiConfig()
157 #define SL_NETAPP_DHCP_SERVER_ID (0x02) macro