Searched refs:commandResponseFunc (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/MacServices/
H A DScanSrv.c135 pScanSRV->commandResponseFunc = NULL;
268 if (pScanSRV->commandResponseFunc != NULL)
270 CB_Func = pScanSRV->commandResponseFunc;
273 pScanSRV->commandResponseFunc = NULL;
302 * \param commandResponseFunc - CB function which called after downloading the command. \n
310 TCmdResponseCb commandResponseFunc, TI_HANDLE commandResponseObj)
325 pScanSRV->commandResponseFunc = commandResponseFunc;
397 * \param commandResponseFunc - CB function which called after downloading the command. \n
307 MacServices_scanSRV_scan( TI_HANDLE hMacServices, TScanParams *scanParams, EScanResultTag eScanTag, TI_BOOL bHighPriority, TI_BOOL bDriverMode, TI_BOOL bScanOnDriverModeError, E80211PsMode psRequest, TI_BOOL bSendNullData, TCmdResponseCb commandResponseFunc, TI_HANDLE commandResponseObj) argument
H A DScanSrv.h100 TCmdResponseCb commandResponseFunc; /**< member in struct:__anon1263
H A DScanSrvSM.c387 if (pScanSRV->commandResponseFunc)
390 CB_Func = pScanSRV->commandResponseFunc;
393 pScanSRV->commandResponseFunc = NULL;
561 pScanSRV->commandResponseFunc = NULL;
/hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/
H A DMacServices_api.h160 * \param commandResponseFunc - CB function which called after downloading the command. \n
167 TCmdResponseCb commandResponseFunc, TI_HANDLE commandResponseObj );
178 * \param commandResponseFunc - CB function which called after downloading the command. \n
183 TCmdResponseCb commandResponseFunc, TI_HANDLE commandResponseObj );

Completed in 169 milliseconds