Part Number:CC3220SF-LAUNCHXL
Hello,
I try to open a socket when the device is in AP mode. I have the error
while(!IS_IP_LEASED(OutOfBox_ControlBlock.status));
iSockID = sl_Socket(SL_AF_INET, SL_SOCK_STREAM, SL_IPPROTO_TCP);
iSockID is SL_RET_CODE_DEV_NOT_STARTED at the end, although NWP should have started since an IP is leased.