HomeSort by relevance Sort by last modified time
    Searched refs:hSiteMgr (Results 101 - 125 of 160) sorted by null

1 2 3 45 6 7

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 90 TI_HANDLE hSiteMgr;
188 pCmdDispatch->hSiteMgr = pStadHandles->hSiteMgr;
280 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(SITE_MGR_MODULE_PARAM) - 1].handle = pCmdDispatch->hSiteMgr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.h 155 TI_HANDLE hSiteMgr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
rsnApi.h 152 TI_HANDLE hSiteMgr,
DataCtrl_Api.h 92 TI_HANDLE hSiteMgr,
214 TI_HANDLE hSiteMgr,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
connInfra.c 327 status = siteMgr_join(((conn_t *)pData)->hSiteMgr );
675 siteMgr_start(pConn->hSiteMgr);
691 siteMgr_printPrimarySiteDesc(pConn->hSiteMgr);
823 siteMgr_stop(pConn->hSiteMgr);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsn.h 157 TI_HANDLE hSiteMgr;
connInfra.c 308 status = siteMgr_join(((conn_t *)pData)->hSiteMgr );
332 siteMgr_getParam(pConn->hSiteMgr, pParam);
645 siteMgr_start(pConn->hSiteMgr);
665 siteMgr_printPrimarySiteDesc(pConn->hSiteMgr);
    [all...]
sme.c 123 pSme->hSiteMgr = pStadHandles->hSiteMgr;
245 setDefaultProbeReqTemplate (pSme->hSiteMgr);
628 siteMgr_getParam(pSme->hSiteMgr, &param);
658 pSme->pCandidate = (TSiteEntry *)addSelfSite(pSme->hSiteMgr);
    [all...]
smeSm.c 304 siteMgr_getParam(pSme->hSiteMgr, pParam);
336 pSme->pCandidate = (TSiteEntry *)addSelfSite(pSme->hSiteMgr);
511 siteMgr_disSelectSite (pSme->hSiteMgr);
    [all...]
conn.c 152 pConn->hSiteMgr = pStadHandles->hSiteMgr;
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdDispatcher.c 90 TI_HANDLE hSiteMgr;
188 pCmdDispatch->hSiteMgr = pStadHandles->hSiteMgr;
280 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(SITE_MGR_MODULE_PARAM) - 1].handle = pCmdDispatch->hSiteMgr;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
templates.c 179 * \param hSiteMgr - Handle to site manager
183 void setDefaultProbeReqTemplate (TI_HANDLE hSiteMgr)
185 siteMgr_t *pSiteMgr = (siteMgr_t *)hSiteMgr;
200 buildProbeReqTemplate (hSiteMgr, &tTemplateStruct, &tBroadcastSSID, RADIO_BAND_2_4_GHZ);
203 buildProbeReqTemplate (hSiteMgr, &tTemplateStruct, &tBroadcastSSID, RADIO_BAND_5_0_GHZ);
PowerMgr.c 184 pPowerMgr->hSiteMgr = pStadHandles->hSiteMgr;
    [all...]
mlmeSm.c 237 pHandle->hSiteMgr = pStadHandles->hSiteMgr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr.c 190 - hSiteMgr - Handle to site manager
201 TI_HANDLE hSiteMgr,
215 pPowerMgr->hSiteMgr = hSiteMgr;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connInfra.c 308 status = siteMgr_join(((conn_t *)pData)->hSiteMgr );
334 siteMgr_getParam(pConn->hSiteMgr, pParam);
663 siteMgr_start(pConn->hSiteMgr);
683 siteMgr_printPrimarySiteDesc(pConn->hSiteMgr);
    [all...]
sme.c 122 pSme->hSiteMgr = pStadHandles->hSiteMgr;
276 setDefaultProbeReqTemplate (pSme->hSiteMgr);
680 siteMgr_getParam(pSme->hSiteMgr, &param);
710 pSme->pCandidate = (TSiteEntry *)addSelfSite(pSme->hSiteMgr);
    [all...]
conn.c 152 pConn->hSiteMgr = pStadHandles->hSiteMgr;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr.c 184 pPowerMgr->hSiteMgr = pStadHandles->hSiteMgr;
    [all...]
mlmeSm.c 237 pHandle->hSiteMgr = pStadHandles->hSiteMgr;
templates.c 175 * \param hSiteMgr - Handle to site manager
179 void setDefaultProbeReqTemplate (TI_HANDLE hSiteMgr)
181 siteMgr_t *pSiteMgr = (siteMgr_t *)hSiteMgr;
196 buildProbeReqTemplate (hSiteMgr, &tTemplateStruct, &tBroadcastSSID, RADIO_BAND_2_4_GHZ);
199 buildProbeReqTemplate (hSiteMgr, &tTemplateStruct, &tBroadcastSSID, RADIO_BAND_5_0_GHZ);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgrSM.c 351 siteMgr_getParam(pMeasurementMgr->hSiteMgr, &param);
501 status = siteMgr_getParam(pMeasurementMgr->hSiteMgr, &param);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 235 TI_HANDLE hSiteMgr;
396 TI_HANDLE hSiteMgr,
531 pAPConnection->hSiteMgr = hSiteMgr;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 153 pMeasurementMgr->hSiteMgr = pStadHandles->hSiteMgr;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.c 137 pCtrlData->hSiteMgr = pStadHandles->hSiteMgr;
668 siteMgr_getParam(pCtrlData->hSiteMgr, &param);
    [all...]

Completed in 139 milliseconds

1 2 3 45 6 7