Other Parts Discussed in Thread: CC3135, CC3120, SYSCONFIG
I am adding secure connection to the a/m configuration (WiFi and Ethernet with BOOST for WiFi hardware and simplelink wifi plugin) using:
SlNetSock_startSec(server, secAttribHdl,SLNETSOCK_SEC_BIND_CONTEXT_ONLY | SLNETSOCK_SEC_START_SECURITY_SESSION_ONLY);
The function call and the program succeed with Ethernet disconnected (i.e., when running on WiFi).
The very same call fails with code SL_RET_CODE_INTERFACE_CLOSED (-2021) when Ethernet is connected.
Note that any combination of interfaces works with unsecure connection.
I am using the default security options w/o certificates,, intercepting SL_ERROR_BSD_ESECSNOVERIFY and proceeding with data exchanges.
Regards,
Michael