Searched refs:commandResponseFunc (Results 1 - 4 of 4) sorted by relevance
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
H A D | ScanSrv.c | 135 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 D | ScanSrv.h | 100 TCmdResponseCb commandResponseFunc; /**< member in struct:__anon1263
|
H A D | ScanSrvSM.c | 387 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 D | MacServices_api.h | 160 * \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