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

  /hardware/ti/wlan/wl1271/Test/
ctrlDbg.c 68 paramInfo_t paramInfo;
88 paramInfo.paramType = CTRL_DATA_CURRENT_PROTECTION_STATUS_PARAM;
89 paramInfo.content.ctrlDataProtectionEnabled = ((*(TI_UINT8*)pParam > 0) ? 1 : 0);
90 ctrlData_setParam(pCtrlData,&paramInfo);
  /system/wlan/ti/wilink_6_1/Test/
ctrlDbg.c 68 paramInfo_t paramInfo;
88 paramInfo.paramType = CTRL_DATA_CURRENT_PROTECTION_STATUS_PARAM;
89 paramInfo.content.ctrlDataProtectionEnabled = ((*(TI_UINT8*)pParam > 0) ? 1 : 0);
90 ctrlData_setParam(pCtrlData,&paramInfo);
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 191 TTwdParamInfo paramInfo;
194 paramInfo.paramType = TWD_CURRENT_CHANNEL_PARAM_ID;
195 cmdBld_GetParam (pMeasurementSRV->hCmdBld, &paramInfo);
198 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel )
285 TTwdParamInfo paramInfo;
287 paramInfo.paramType = TWD_CURRENT_CHANNEL_PARAM_ID;
288 cmdBld_GetParam (pMeasurementSRV->hCmdBld, &paramInfo);
293 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel )
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrvSM.c 222 whalParamInfo_t paramInfo;
225 paramInfo.paramType = HAL_CTRL_CURRENT_CHANNEL;
226 whalCtrl_GetParam( pMeasurementSRV->hHalCtrl, &paramInfo );
229 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel )
323 whalParamInfo_t paramInfo;
325 paramInfo.paramType = HAL_CTRL_CURRENT_CHANNEL;
326 whalCtrl_GetParam( pMeasurementSRV->hHalCtrl, &paramInfo );
331 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel )
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrvSM.c 191 TTwdParamInfo paramInfo;
194 paramInfo.paramType = TWD_CURRENT_CHANNEL_PARAM_ID;
195 cmdBld_GetParam (pMeasurementSRV->hCmdBld, &paramInfo);
198 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel )
285 TTwdParamInfo paramInfo;
287 paramInfo.paramType = TWD_CURRENT_CHANNEL_PARAM_ID;
288 cmdBld_GetParam (pMeasurementSRV->hCmdBld, &paramInfo);
293 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel )
    [all...]

Completed in 204 milliseconds