Home
last modified time | relevance | path

Searched refs:SL_SOL_SOCKET (Results 1 – 3 of 3) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/
Dsl_socket.h103 #define SL_SOL_SOCKET (1) /* Define the socket option cate… macro
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/slnetif/
Dslnetifwifi.c383 …retVal = sl_SetSockOpt(sd, SL_SOL_SOCKET, StartSecOptName[tempSecAttrib->attribName], tempSecAttri… in SlNetIfWifi_sockstartSec()
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dsl_socket.c2011 RetVal = sl_SetSockOpt(sd, SL_SOL_SOCKET, SL_SO_STARTTLS, &tempValue, sizeof(tempValue)); in sl_StartTLS()