Searched refs:hConfigMgr (Results 1 - 12 of 12) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DsrcApi.h63 TI_STATUS configMgr_unLoad(TI_HANDLE hConfigMgr);
66 TI_STATUS configMgr_InitiateUnload(TI_HANDLE hConfigMgr);
69 TI_STATUS configMgr_UnloadModules (TI_HANDLE hConfigMgr);
72 UINT8 configMgr_DriverShutdownStatus(TI_HANDLE hConfigMgr);
74 TI_STATUS configMgr_start(TI_HANDLE hConfigMgr);
76 TI_STATUS configMgr_stop(TI_HANDLE hConfigMgr);
78 TI_STATUS configMgr_setParam(TI_HANDLE hConfigMgr,
81 TI_STATUS configMgr_getParam(TI_HANDLE hConfigMgr,
84 TI_STATUS configMgr_sendMsdu(TI_HANDLE hConfigMgr,
88 TI_STATUS configMgr_PollApPackets(TI_HANDLE hConfigMgr);
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
H A DconfigMgr.c104 UINT32 configMgr_RegisterEvent(TI_HANDLE hConfigMgr, PUCHAR pData, ULONG Length) argument
106 configMgr_t *pConfigManager= (configMgr_t *)hConfigMgr;
111 UINT32 configMgr_UnRegisterEvent(TI_HANDLE hConfigMgr, TI_HANDLE uEventID) argument
113 configMgr_t *pConfigManager= (configMgr_t *)hConfigMgr;
118 UINT32 configMgr_GetEventData(TI_HANDLE hConfigMgr, PUCHAR pData, ULONG* pLength) argument
120 configMgr_t *pConfigManager= (configMgr_t *)hConfigMgr;
277 INPUT: hConfigMgr - Handle to the driver
284 TI_STATUS configMgr_start(TI_HANDLE hConfigMgr) argument
288 configMgr_t *pConfigManager = (configMgr_t *)hConfigMgr;
331 INPUT: hConfigMgr
338 configMgr_stop(TI_HANDLE hConfigMgr) argument
389 configMgr_setParam(TI_HANDLE hConfigMgr, paramInfo_t *pParam) argument
442 configMgr_getParam(TI_HANDLE hConfigMgr, paramInfo_t *pParam) argument
492 configMgr_checkTxQueueSize(TI_HANDLE hConfigMgr,UINT8 qIndex) argument
510 configMgr_printTxQueuesAndMemPolls(TI_HANDLE hConfigMgr) argument
535 configMgr_sendMsdu(TI_HANDLE hConfigMgr, mem_MSDU_T *pMsdu, UINT8 packet_DTag) argument
576 configMgr_PollApPackets(TI_HANDLE hConfigMgr) argument
607 configMgr_HandleBusTxn_Complete(TI_HANDLE hConfigMgr) argument
628 configMgr_handleInterrupts(TI_HANDLE hConfigMgr) argument
648 configMgr_enableInterrupts(TI_HANDLE hConfigMgr) argument
669 configMgr_disableInterrupts(TI_HANDLE hConfigMgr) argument
691 configMgr_disableRadio(TI_HANDLE hConfigMgr) argument
720 configMgr_checkInterrupts(TI_HANDLE hConfigMgr) argument
740 configMgr_ReadMacRegister(TI_HANDLE hConfigMgr, UINT32 addr) argument
747 configMgr_WriteMacRegister(TI_HANDLE hConfigMgr, UINT32 addr, UINT32 val) argument
754 configMgr_ReadPhyRegister(TI_HANDLE hConfigMgr, UINT32 addr) argument
761 configMgr_WritePhyRegister(TI_HANDLE hConfigMgr, UINT32 addr, UINT32 val) argument
781 configMgr_isCardExist(TI_HANDLE hConfigMgr) argument
809 configMgr_areInputsFromOsDisabled(TI_HANDLE hConfigMgr) argument
832 configMgr_allocBDs(TI_HANDLE hConfigMgr, UINT32 bdNumber, mem_BD_T** bdPtr) argument
870 configMgr_allocMSDU(TI_HANDLE hConfigMgr, mem_MSDU_T** MSDUPtr, UINT32 len, allocatingModule_e module) argument
906 configMgr_allocMSDUBufferOnly(TI_HANDLE hConfigMgr, mem_MSDU_T** MSDUPtr, allocatingModule_e module) argument
941 configMgr_memMngrFreeMSDU(TI_HANDLE hConfigMgr, UINT32 handle) argument
967 configMgr_unLoad(TI_HANDLE hConfigMgr) argument
996 configMgr_InitiateUnload(TI_HANDLE hConfigMgr) argument
1024 configMgr_UnloadModules(TI_HANDLE hConfigMgr) argument
1048 configMgr_DriverShutdownStatus(TI_HANDLE hConfigMgr) argument
1068 configMgr_SlaveAckMaskNotification(TI_HANDLE hConfigMgr) argument
1088 configMgr_getPacketHeaderLength(TI_HANDLE hConfigMgr, void *pData, UINT32 txFlags) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
H A DSoftGemini.h77 TI_HANDLE hConfigMgr; member in struct:__anon442
H A DSoftGemini.c209 TI_HANDLE hConfigMgr,
227 pSoftGemini->hConfigMgr = hConfigMgr;
733 status = configMgr_getParam(pSoftGemini->hConfigMgr, &ssidParam);
741 configMgr_getParam(pSoftGemini->hConfigMgr, &param);
746 configMgr_setParam(pSoftGemini->hConfigMgr, &param);
753 configMgr_setParam(pSoftGemini->hConfigMgr, &ssidParam);
203 SoftGemini_config( TI_HANDLE hSoftGemini, TI_HANDLE hCtrlData, TI_HANDLE hHalCtrl, TI_HANDLE hReport, TI_HANDLE hSCR, TI_HANDLE hPowerMgr, TI_HANDLE hConfigMgr, TI_HANDLE hScanCncn, TI_HANDLE hCurrBss, TI_HANDLE hEvHandler, SoftGeminiInitParams_t *pSoftGeminiInitParams) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
H A DhealthMonitor.h74 TI_HANDLE hConfigMgr; /**< handle to the config manager object */ member in struct:__anon667
115 TI_HANDLE hConfigMgr,
H A DhealthMonitor.c165 TI_HANDLE hConfigMgr,
182 pHealthMonitor->hConfigMgr = hConfigMgr;
157 healthMonitor_config(TI_HANDLE hHealthMonitor, TI_HANDLE hReport, TI_HANDLE hHalCtrl, TI_HANDLE hSiteMgr, TI_HANDLE hScr, TI_HANDLE hSoftGemini, TI_HANDLE hTnetwDrv, TI_HANDLE hMemMgr, TI_HANDLE hConfigMgr, TI_HANDLE hTxData, TI_HANDLE hCurrBss, TI_HANDLE hRsn, healthMonitorInitParams_t *healthMonitorInitParams, TI_HANDLE hRecoveryMgr) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/inc/
H A DSoftGeminiApi.h95 TI_HANDLE hConfigMgr,
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dioctl_utils.c142 TI_STATUS debugFunction(TI_HANDLE hConfigMgr,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DmlmeSm.h141 TI_HANDLE hConfigMgr; member in struct:__anon619
H A DmlmeApi.h169 TI_HANDLE hConfigMgr);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeBuilder.c111 configMgr_getPacketHeaderLength(pHandle->hConfigMgr, NULL, TX_DATA_MGMT_MSDU),
H A DmlmeSm.c225 TI_HANDLE hConfigMgr)
302 pHandle->hConfigMgr = hConfigMgr;
207 mlme_config(TI_HANDLE hMlme, TI_HANDLE hAuth, TI_HANDLE hAssoc, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData, TI_HANDLE hConn, TI_HANDLE hTxData, TI_HANDLE hHalCtrl, TI_HANDLE hMemMgr, TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hCurrBss, TI_HANDLE hAPConn, TI_HANDLE hScanCncn, TI_HANDLE hQosMngr, TI_HANDLE hConfigMgr) argument

Completed in 129 milliseconds