Searched refs:ConfigOptions (Results 1 - 17 of 17) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmd.c145 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG( pHwMboxCmd->pWhalParams->WlanParams.RxConfigOption );
805 int whal_hwMboxCmd_FwDisconnect(HwMboxCmd_T *pHwMboxCmd, uint32 ConfigOptions, uint32 FilterOptions) argument
809 AcxCmd_Disconnect.rxFilter.ConfigOptions = ConfigOptions;
845 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG(pMeasurementParams->ConfigOptions);
897 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG(pApDiscoveryParams->ConfigOptions);
H A DwhalHwMboxCmd.h93 extern int whal_hwMboxCmd_FwDisconnect(HwMboxCmd_T *pHwMboxCmd, uint32 ConfigOptions, uint32 FilterOptions);
H A DwhalHwCtrl.h211 extern int whal_hwCtrl_FwDisconnect(HwCtrl_T *pHwCtrl, uint32 ConfigOptions, uint32 FilterOptions);
H A DwhalHwCtrl.c2899 int whal_hwCtrl_FwDisconnect(HwCtrl_T *pHwCtrl, uint32 ConfigOptions, uint32 FilterOptions) argument
2903 return whal_hwMboxCmd_FwDisconnect(pHwMboxCmd, ConfigOptions, FilterOptions);
H A DwhalHwMboxConfig.c429 pCfg->ConfigOptions = ENDIAN_HANDLE_LONG(*apRxConfigOption);
1218 /* The ConfigOptions information element is ready after reset on the mailbox */
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmdIE.c150 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG (DB_WLAN(hCmdBld).RxConfigOption);
760 AcxCmd_Disconnect.rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG(uConfigOptions);
801 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG(pMeasurementParams->ConfigOptions);
865 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG(pApDiscoveryParams->ConfigOptions);
H A DCmdBldCmd.c150 tnetScanParams.basicScanParameters.rxCfg.ConfigOptions = ENDIAN_HANDLE_LONG(RX_CONFIG_OPTION) ;
156 tnetScanParams.basicScanParameters.rxCfg.ConfigOptions |= 0x0400;
158 tnetScanParams.basicScanParameters.rxCfg.ConfigOptions = ENDIAN_HANDLE_LONG( tnetScanParams.basicScanParameters.rxCfg.ConfigOptions );
197 TRACE7(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "RxCfg = 0x%x\n RxFilterCfg = 0x%x\n scanOptions = 0x%x\n numChannels = %d\n probeNumber = %d\n probeRateModulation = 0x%x\n tidTrigger = %d\n" , tnetScanParams.basicScanParameters.rxCfg.ConfigOptions, tnetScanParams.basicScanParameters.rxCfg.FilterOptions, tnetScanParams.basicScanParameters.scanOptions, tnetScanParams.basicScanParameters.numChannels, tnetScanParams.basicScanParameters.numOfProbRqst, tnetScanParams.basicScanParameters.txdRateSet, tnetScanParams.basicScanParameters.tidTrigger);
251 tnetSPSScanParams.scheduledGeneralParameters.rxCfg.ConfigOptions = ENDIAN_HANDLE_LONG(RX_CONFIG_OPTION);
253 tnetSPSScanParams.scheduledGeneralParameters.rxCfg.ConfigOptions = ENDIAN_HANDLE_LONG( tnetSPSScanParams.scheduledGeneralParameters.rxCfg.ConfigOptions );
288 TRACE4(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "RxCfg = 0x%x\n RxFilterCfg = 0x%x\n scanOptions = 0x%x\n numChannels = %d\n", tnetSPSScanParams.scheduledGeneralParameters.rxCfg.ConfigOptions, tnetSPSScanParams.scheduledGeneralParameters.rxCfg.FilterOptions, tnetSPSScanParams.scheduledGeneralParameters.scanOptions, tnetSPSScanParams.scheduledGeneralParameters.numChannels);
956 TRACE4(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Sending FW disconnect, ConfigOptions
[all...]
H A DCmdBldCfgIE.c175 pCfg->ConfigOptions = ENDIAN_HANDLE_LONG(apRxConfigOption);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
H A DMeasurementSrvSM.c328 pMeasurementCmd.ConfigOptions = RX_CONFIG_OPTION_FOR_MEASUREMENT;
346 pMeasurementCmd.ConfigOptions = 0xffffffff;
375 pMeasurementCmd.ConfigOptions,
525 pApDiscoveryParams.ConfigOptions = RX_CONFIG_OPTION_FOR_MEASUREMENT;
554 pApDiscoveryParams.txPowerDbm, pApDiscoveryParams.ConfigOptions,
/system/wlan/ti/wilink_6_1/TWD/MacServices/
H A DMeasurementSrvSM.c290 pMeasurementCmd.ConfigOptions = RX_CONFIG_OPTION_FOR_MEASUREMENT;
308 pMeasurementCmd.ConfigOptions = 0xffffffff;
330 TRACE6( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n", pMeasurementCmd.channel, pMeasurementCmd.band, pMeasurementCmd.duration, pMeasurementCmd.ConfigOptions, pMeasurementCmd.FilterOptions, status);
474 pApDiscoveryParams.ConfigOptions = RX_CONFIG_OPTION_FOR_MEASUREMENT;
493 TRACE7( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": AP discovery command sent. Params:\n scanDuration=%d, scanOptions=%d, numOfProbRqst=%d, txdRateSet=%d, txPowerDbm=%d, configOptions=%d, filterOptions=%d\n Starting timer...\n", pApDiscoveryParams.scanDuration, pApDiscoveryParams.scanOptions, pApDiscoveryParams.numOfProbRqst, pApDiscoveryParams.txdRateSet, pApDiscoveryParams.txPowerDbm, pApDiscoveryParams.ConfigOptions, pApDiscoveryParams.FilterOptions);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h392 uint32 ConfigOptions; member in struct:__anon728
402 uint32 ConfigOptions; member in struct:__anon729
877 int whalCtrl_FwDisconnect(TI_HANDLE hWhalCtrl, UINT32 ConfigOptions, UINT32 FilterOptions);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_commands.h323 /* Defines for Rx "ConfigOptions".*/
365 uint16 ConfigOptions; member in struct:__anon748
368 uint32 ConfigOptions;
H A Dpublic_infoele.h612 RX ConfigOptions Table
680 uint32 ConfigOptions; /* The configuration of the receiver in the WiLink. */ member in struct:__anon817
681 /* "RX ConfigOptions Table" describes the format of */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c1481 tnetScanParams.basicScanParameters.rxCfg.ConfigOptions = 0x12802 ;
1487 tnetScanParams.basicScanParameters.rxCfg.ConfigOptions |= 0x0400;
1489 tnetScanParams.basicScanParameters.rxCfg.ConfigOptions = ENDIAN_HANDLE_LONG( tnetScanParams.basicScanParameters.rxCfg.ConfigOptions );
1531 tnetScanParams.basicScanParameters.rxCfg.ConfigOptions,
1586 tnetSPSScanParams.scheduledGeneralParameters.rxCfg.ConfigOptions = 0x12802;
1588 tnetSPSScanParams.scheduledGeneralParameters.rxCfg.ConfigOptions = ENDIAN_HANDLE_LONG( tnetSPSScanParams.scheduledGeneralParameters.rxCfg.ConfigOptions );
1625 tnetSPSScanParams.scheduledGeneralParameters.rxCfg.ConfigOptions,
3349 int whalCtrl_FwDisconnect(TI_HANDLE hWhalCtrl, UINT32 ConfigOptions, UINT3 argument
[all...]
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_commands.h305 /* Defines for Rx "ConfigOptions".*/
346 uint32 ConfigOptions; member in struct:__anon1076
H A Dpublic_infoele.h494 RX ConfigOptions Table
562 uint32 ConfigOptions; /* The configuration of the receiver in the WiLink. */ member in struct:__anon1146
563 /* "RX ConfigOptions Table" describes the format of */
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1921 TI_UINT32 ConfigOptions; /**< RX Filter Configuration Options */ member in struct:__anon1369
1943 TI_UINT32 ConfigOptions; /**< RX Configuration Options for measurement */ member in struct:__anon1370

Completed in 193 milliseconds