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

  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
srcApi.h 63 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/
configMgr.c 104 UINT32 configMgr_RegisterEvent(TI_HANDLE hConfigMgr, PUCHAR pData, ULONG Length)
106 configMgr_t *pConfigManager= (configMgr_t *)hConfigMgr;
111 UINT32 configMgr_UnRegisterEvent(TI_HANDLE hConfigMgr, TI_HANDLE uEventID)
113 configMgr_t *pConfigManager= (configMgr_t *)hConfigMgr;
118 UINT32 configMgr_GetEventData(TI_HANDLE hConfigMgr, PUCHAR pData, ULONG* pLength)
120 configMgr_t *pConfigManager= (configMgr_t *)hConfigMgr;
277 INPUT: hConfigMgr - Handle to the driver
284 TI_STATUS configMgr_start(TI_HANDLE hConfigMgr)
288 configMgr_t *pConfigManager = (configMgr_t *)hConfigMgr;
331 INPUT: hConfigMgr - Handle to the drive
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
SoftGemini.h 77 TI_HANDLE hConfigMgr;
SoftGemini.c 209 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);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
healthMonitor.h 74 TI_HANDLE hConfigMgr; /**< handle to the config manager object */
115 TI_HANDLE hConfigMgr,
healthMonitor.c 165 TI_HANDLE hConfigMgr,
182 pHealthMonitor->hConfigMgr = hConfigMgr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/inc/
SoftGeminiApi.h 95 TI_HANDLE hConfigMgr,
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ioctl_utils.c 142 TI_STATUS debugFunction(TI_HANDLE hConfigMgr,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeSm.h 141 TI_HANDLE hConfigMgr;
mlmeApi.h 169 TI_HANDLE hConfigMgr);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeBuilder.c 111 configMgr_getPacketHeaderLength(pHandle->hConfigMgr, NULL, TX_DATA_MGMT_MSDU),
mlmeSm.c 225 TI_HANDLE hConfigMgr)
302 pHandle->hConfigMgr = hConfigMgr;

Completed in 676 milliseconds