Home
last modified time | relevance | path

Searched defs:ifContext (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/slnetif/
Dslnetifwifi.c126 int16_t SlNetIfWifi_socket(void *ifContext, int16_t Domain, int16_t Type, int16_t Protocol, void **… in SlNetIfWifi_socket()
208 int32_t SlNetIfWifi_select(void *ifContext, int16_t nfds, SlNetSock_SdSet_t *readsds, SlNetSock_SdS… in SlNetIfWifi_select()
409 int32_t SlNetIfWifi_getHostByName(void *ifContext, char *name, const uint16_t nameLen, uint32_t *ip… in SlNetIfWifi_getHostByName()
490 int32_t SlNetIfWifi_getIPAddr(void *ifContext, SlNetIfAddressType_e addrType, uint16_t *addrConfig,… in SlNetIfWifi_getIPAddr()
511 int32_t SlNetIfWifi_getConnectionStatus(void *ifContext) in SlNetIfWifi_getConnectionStatus()
538 int32_t SlNetIfWifi_loadSecObj(void *ifContext, uint16_t objType, char *objName, int16_t objNameLen… in SlNetIfWifi_loadSecObj()
/hal_ti-latest/simplelink/source/ti/net/
Dslnetif.h203 void *ifContext; member