This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to get IP address of CC3000



 I have questions about how to extract local IP from CC3000.

  The smart config works in our code. DHCP is also successful ( ulCC3000DHCP == 1)

However,

  we tried to use "netapp_ipconfig" to extract local IP address which Router assigned. 

The return data is empty

 netapp_ipconfig((tNetappIpconfigRetArgs *) &ipinfo2);

Is there any way I can receive IP Address of CC3000?