Home
last modified time | relevance | path

Searched refs:hRegulatoryDomain (Results 1 – 25 of 68) sorted by relevance

123

/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
DregulatoryDomainApi.h58 TI_STATUS regulatoryDomain_SetDefaults (TI_HANDLE hRegulatoryDomain,
75 TI_STATUS regulatoryDomain_setParam(TI_HANDLE hRegulatoryDomain, paramInfo_t *pParam);
91 TI_STATUS regulatoryDomain_getParam(TI_HANDLE hRegulatoryDomain, paramInfo_t *pParam);
93 TI_STATUS regulatoryDomain_destroy(TI_HANDLE hRegulatoryDomain);
DSwitchChannel.c134 TI_HANDLE hRegulatoryDomain; member
318 pSwitchChannel->hRegulatoryDomain = pStadHandles->hRegulatoryDomain; in switchChannel_init()
487 regulatoryDomain_getParam(pSwitchChannel->hRegulatoryDomain, &param); in switchChannel_recvCmd()
508 regulatoryDomain_setParam(pSwitchChannel->hRegulatoryDomain, &param); in switchChannel_recvCmd()
517 regulatoryDomain_getParam(pSwitchChannel->hRegulatoryDomain,&param); in switchChannel_recvCmd()
529 regulatoryDomain_setParam(pSwitchChannel->hRegulatoryDomain, &param); in switchChannel_recvCmd()
1405 regulatoryDomain_getParam(pSwitchChannel->hRegulatoryDomain,&param); in switchChannel_recvCmd4Debug()
1525 regulatoryDomain_setParam(pSwitchChannel->hRegulatoryDomain, &param); in switchChannelDebug_setChannelValidity()
DregulatoryDomain.c162 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)(pStadHandles->hRegulatoryDomain); in regulatoryDomain_init()
197 TI_STATUS regulatoryDomain_SetDefaults (TI_HANDLE hRegulatoryDomain, in regulatoryDomain_SetDefaults() argument
200 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)hRegulatoryDomain; in regulatoryDomain_SetDefaults()
244 TI_STATUS regulatoryDomain_setParam(TI_HANDLE hRegulatoryDomain, in regulatoryDomain_setParam() argument
247 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)hRegulatoryDomain; in regulatoryDomain_setParam()
436 TI_STATUS regulatoryDomain_getParam(TI_HANDLE hRegulatoryDomain, in regulatoryDomain_getParam() argument
439 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)hRegulatoryDomain; in regulatoryDomain_getParam()
671 TI_STATUS regulatoryDomain_destroy(TI_HANDLE hRegulatoryDomain) in regulatoryDomain_destroy() argument
673 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)hRegulatoryDomain; in regulatoryDomain_destroy()
1507 void regDomainPrintValidTables(TI_HANDLE hRegulatoryDomain) in regDomainPrintValidTables() argument
[all …]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/inc/
DregulatoryDomainApi.h56 TI_STATUS regulatoryDomain_config(TI_HANDLE hRegulatoryDomain,
64 TI_STATUS regulatoryDomain_setParam(TI_HANDLE hRegulatoryDomain, paramInfo_t *pParam);
66 TI_STATUS regulatoryDomain_getParam(TI_HANDLE hRegulatoryDomain, paramInfo_t *pParam);
68 TI_STATUS regulatoryDomain_destroy(TI_HANDLE hRegulatoryDomain);
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DScanCncnOsSm.c203 regulatoryDomain_getParam (pScanCncn->hRegulatoryDomain, &tParam ); in scanCncnOsSm_ActionStartGScan()
209 regulatoryDomain_getParam (pScanCncn->hRegulatoryDomain, &tParam); in scanCncnOsSm_ActionStartGScan()
302 regulatoryDomain_getParam (pScanCncn->hRegulatoryDomain, &tParam ); in scanCncnOsSm_ActionStartAScan()
308 regulatoryDomain_getParam (pScanCncn->hRegulatoryDomain, &tParam); in scanCncnOsSm_ActionStartAScan()
427 regulatoryDomain_getParam (pScanCncn->hRegulatoryDomain, &tParam); in scanCncnOsSm_FillAllAvailableChannels()
460 regulatoryDomain_getParam( pScanCncn->hRegulatoryDomain, &tParam ); in scanCncnOsSm_FillAllAvailableChannels()
DScanCncnPrivate.h64 TI_HANDLE hRegulatoryDomain; member
DAssocSM.h119 TI_HANDLE hRegulatoryDomain; member
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
DScanCncnOidSM.c190 regulatoryDomain_getParam( pScanConcentrator->hRegulatoryDomain,&param ); in scanConcentratorOidSM_actionStartGScan()
196 regulatoryDomain_getParam(pScanConcentrator->hRegulatoryDomain,&param); in scanConcentratorOidSM_actionStartGScan()
299 regulatoryDomain_getParam( pScanConcentrator->hRegulatoryDomain,&param ); in scanConcentratorOidSM_actionStartAScan()
305 regulatoryDomain_getParam(pScanConcentrator->hRegulatoryDomain,&param); in scanConcentratorOidSM_actionStartAScan()
422 regulatoryDomain_getParam( pScanConcentrator->hRegulatoryDomain, &param ); in scanConcentratorOidSM_FillAllAvailableChannels()
455 regulatoryDomain_getParam( pScanConcentrator->hRegulatoryDomain, &param ); in scanConcentratorOidSM_FillAllAvailableChannels()
DScanCncn.h98 TI_HANDLE hRegulatoryDomain; /**< regulatory domain object handle */ member
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
DSwitchChannel.c134 TI_HANDLE hRegulatoryDomain; member
284 TI_HANDLE hRegulatoryDomain, in switchChannel_config() argument
359 pSwitchChannel->hRegulatoryDomain= hRegulatoryDomain; in switchChannel_config()
524 regulatoryDomain_getParam(pSwitchChannel->hRegulatoryDomain, &param); in switchChannel_recvCmd()
545 regulatoryDomain_setParam(pSwitchChannel->hRegulatoryDomain, &param); in switchChannel_recvCmd()
557 regulatoryDomain_getParam(pSwitchChannel->hRegulatoryDomain,&param); in switchChannel_recvCmd()
570 regulatoryDomain_setParam(pSwitchChannel->hRegulatoryDomain, &param); in switchChannel_recvCmd()
1494 regulatoryDomain_getParam(pSwitchChannel->hRegulatoryDomain,&param); in switchChannel_recvCmd4Debug()
1614 regulatoryDomain_setParam(pSwitchChannel->hRegulatoryDomain, &param); in switchChannelDebug_setChannelValidity()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
DregulatoryDomain.c96 static void regulatoryDomain_getPowerLevelTableCB( TI_HANDLE hRegulatoryDomain, TI_STATUS status,
155 TI_STATUS regulatoryDomain_config(TI_HANDLE hRegulatoryDomain, in regulatoryDomain_config() argument
163 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)hRegulatoryDomain; in regulatoryDomain_config()
197 tWhalParam.content.interogateCmdCBParams.CB_handle = hRegulatoryDomain; in regulatoryDomain_config()
247 TI_STATUS regulatoryDomain_setParam(TI_HANDLE hRegulatoryDomain, in regulatoryDomain_setParam() argument
250 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)hRegulatoryDomain; in regulatoryDomain_setParam()
492 TI_STATUS regulatoryDomain_getParam(TI_HANDLE hRegulatoryDomain, in regulatoryDomain_getParam() argument
495 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)hRegulatoryDomain; in regulatoryDomain_getParam()
678 TI_STATUS regulatoryDomain_destroy(TI_HANDLE hRegulatoryDomain) in regulatoryDomain_destroy() argument
680 regulatoryDomain_t *pRegulatoryDomain = (regulatoryDomain_t *)hRegulatoryDomain; in regulatoryDomain_destroy()
[all …]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
DconfigMgr.c1323 pConfigManager->hRegulatoryDomain = regulatoryDomain_create(hOs); in createCore()
1324 if (pConfigManager->hRegulatoryDomain == NULL) in createCore()
1523 pConfigManager->hRegulatoryDomain, in configCore()
1565 pConfigManager->hRegulatoryDomain, in configCore()
1586 if (regulatoryDomain_config (pConfigManager->hRegulatoryDomain, in configCore()
1604 pConfigManager->hRegulatoryDomain, in configCore()
1641 pConfigManager->hRegulatoryDomain, in configCore()
1658 pConfigManager->hRegulatoryDomain, in configCore()
1747 pConfigManager->hRegulatoryDomain, in configCore()
1783 pConfigManager->hRegulatoryDomain, in configCore()
[all …]
DconfigMgr.h103 TI_HANDLE hRegulatoryDomain; member
/system/wlan/ti/wilink_6_1/Test/
DmeasurementDbg.h67 …tion(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 f…
Ddebug.c119 …tion(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 f…
202 pStadHandles->hRegulatoryDomain, in debugFunction()
DmeasurementDbg.c66 void regDomainPrintValidTables(TI_HANDLE hRegulatoryDomain);
83 …tion(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 f… in measurementDebugFunction() argument
401 regDomainPrintValidTables(hRegulatoryDomain); in measurementDebugFunction()
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DDrvMainModules.h63 TI_HANDLE hRegulatoryDomain; member
DCmdDispatcher.c97 TI_HANDLE hRegulatoryDomain; member
195 pCmdDispatch->hRegulatoryDomain = pStadHandles->hRegulatoryDomain; in cmdDispatch_Init()
316 …_PARAM_MODULE_NUMBER(REGULATORY_DOMAIN_MODULE_PARAM) - 1].handle = pCmdDispatch->hRegulatoryDomain; in cmdDispatch_ConfigParamsAccessTable()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
Dconn.h116 TI_HANDLE hRegulatoryDomain; member
DmlmeApi.h162 TI_HANDLE hRegulatoryDomain,
217 TI_HANDLE hRegulatoryDomain,
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
Dconn.h115 TI_HANDLE hRegulatoryDomain; member
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
DSwitchChannelApi.h59 TI_HANDLE hRegulatoryDomain,
DmeasurementMgrApi.h68 TI_HANDLE hRegulatoryDomain,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
DsmeSmApi.h94 TI_HANDLE hRegulatoryDomain,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
DAssocSM.h121 TI_HANDLE hRegulatoryDomain; member

123