HomeSort by relevance Sort by last modified time
    Searched refs:commandResponseFunc (Results 1 - 12 of 12) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.h 97 CmdResponseCB_t commandResponseFunc; /**<
ScanSrv.c 132 pScanSRV->commandResponseFunc = NULL;
251 if (pScanSRV->commandResponseFunc != NULL)
253 CB_Func = pScanSRV->commandResponseFunc;
256 pScanSRV->commandResponseFunc = NULL;
285 * \param commandResponseFunc - CB function which called after downloading the command. \n
293 CmdResponseCB_t commandResponseFunc, TI_HANDLE commandResponseObj)
308 pScanSRV->commandResponseFunc = commandResponseFunc;
377 * \param commandResponseFunc - CB function which called after downloading the command. \n
ScanSrvSM.c 425 if (pScanSRV->commandResponseFunc)
428 CB_Func = pScanSRV->commandResponseFunc;
431 pScanSRV->commandResponseFunc = NULL;
597 pScanSRV->commandResponseFunc = NULL;
  /hardware/ti/wlan/wl1271/TWD/MacServices/
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
ScanSrv.h 100 TCmdResponseCb commandResponseFunc; /**<
ScanSrvSM.c 387 if (pScanSRV->commandResponseFunc)
390 CB_Func = pScanSRV->commandResponseFunc;
393 pScanSRV->commandResponseFunc = NULL;
561 pScanSRV->commandResponseFunc = NULL;
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
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
ScanSrv.h 100 TCmdResponseCb commandResponseFunc; /**<
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/
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 );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
MacServices_api.h 193 * \param commandResponseFunc - CB function which called after downloading the command. \n
200 CmdResponseCB_t commandResponseFunc, TI_HANDLE commandResponseObj );
210 * \param commandResponseFunc - CB function which called after downloading the command. \n
214 TI_STATUS MacServices_scanSRV_stopScan( TI_HANDLE hMacServices, BOOLEAN bSendNullData , CmdResponseCB_t commandResponseFunc, TI_HANDLE commandResponseObj );
  /system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/
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 584 milliseconds