Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddevice.c65 const void *pIfHdl; /* Holds the last opened interface handle */ member
119 _i16 sl_Start(const void* pIfHdl, _i8* pDevName, const P_INIT_CALLBACK pInitCallBack) in sl_Start() argument
143 if (NULL == pIfHdl) in sl_Start()
149 g_pCB->FD = (_SlFd_t)pIfHdl; in sl_Start()
163 DeviceCB.pIfHdl = pIfHdl; in sl_Start()
708 sl_Start(DeviceCB.pIfHdl, DeviceCB.pDevName ,_SlDeviceResetRequestInitCompletedCB); in _SlDeviceHandleResetRequestInternally()
Ddriver.h506 extern void _SlDrvHandleResetRequest(const void* pIfHdl, _i8* pDevName);
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/
Ddevice.h429 _i16 sl_Start(const void* pIfHdl, _i8* pDevName, const P_INIT_CALLBACK pInitCallBack);