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

1 2 34 5 6 7

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
healthMonitor.c 70 TI_HANDLE hSiteMgr; /* handle to the site manager object */
169 pHealthMonitor->hSiteMgr = pStadHandles->hSiteMgr;
assocSM.c 276 pHandle->hSiteMgr = pStadHandles->hSiteMgr;
517 siteMgr_assocReport(pHandle->hSiteMgr,
1105 status = siteMgr_getParam(pCtx->hSiteMgr, &param);
1116 status = siteMgr_getParam(pCtx->hSiteMgr, &param);
    [all...]
currBss.h 136 TI_HANDLE hSiteMgr;
qosMngr.h 128 TI_HANDLE hSiteMgr;
siteHash.h 178 void setDefaultProbeReqTemplate (TI_HANDLE hSiteMgr);
siteHash.c 84 INPUT: hSiteMgr - Handle to site mgr
92 TI_STATUS siteMgr_resetSiteTable(TI_HANDLE hSiteMgr, siteTablesParams_t *pSiteTableParams)
95 siteMgr_t *pSiteMgr = (siteMgr_t *)hSiteMgr;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
healthMonitor.c 70 TI_HANDLE hSiteMgr; /* handle to the site manager object */
169 pHealthMonitor->hSiteMgr = pStadHandles->hSiteMgr;
assocSM.c 275 pHandle->hSiteMgr = pStadHandles->hSiteMgr;
516 siteMgr_assocReport(pHandle->hSiteMgr,
1096 status = siteMgr_getParam(pCtx->hSiteMgr, &param);
1107 status = siteMgr_getParam(pCtx->hSiteMgr, &param);
    [all...]
currBss.h 139 TI_HANDLE hSiteMgr;
siteHash.h 175 void setDefaultProbeReqTemplate (TI_HANDLE hSiteMgr);
siteHash.c 84 INPUT: hSiteMgr - Handle to site mgr
92 TI_STATUS siteMgr_resetSiteTable(TI_HANDLE hSiteMgr, siteTablesParams_t *pSiteTableParams)
95 siteMgr_t *pSiteMgr = (siteMgr_t *)hSiteMgr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/
qosMngr_API.h 89 TI_HANDLE hSiteMgr,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
regulatoryDomain.c 156 TI_HANDLE hSiteMgr,
175 pRegulatoryDomain->hSiteMgr = hSiteMgr;
269 bBand_2_4 = siteMgr_isCurrentBand24(pRegulatoryDomain->hSiteMgr);
576 BOOL bBand_2_4 = siteMgr_isCurrentBand24(pRegulatoryDomain->hSiteMgr);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
rsn.h 149 TI_HANDLE hSiteMgr;
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
regulatoryDomain.c 171 pRegulatoryDomain->hSiteMgr = pStadHandles->hSiteMgr;
265 bBand_2_4 = siteMgr_isCurrentBand24(pRegulatoryDomain->hSiteMgr);
522 TI_BOOL bBand_2_4 = siteMgr_isCurrentBand24(pRegulatoryDomain->hSiteMgr);
618 connStatus = siteMgr_getParam (pRegulatoryDomain->hSiteMgr, tParam);
    [all...]
SwitchChannel.c 132 TI_HANDLE hSiteMgr;
316 pSwitchChannel->hSiteMgr = pStadHandles->hSiteMgr;
716 siteMgr_getParam(pSwitchChannel->hSiteMgr, &param);
888 siteMgr_getParam(pSwitchChannel->hSiteMgr, &param);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
select.c 194 INPUT: hSiteMgr - site mgr handle.
201 TI_STATUS siteMgr_disSelectSite(TI_HANDLE hSiteMgr)
203 siteMgr_t *pSiteMgr = (siteMgr_t *)hSiteMgr;
243 INPUT: hSiteMgr - site mgr handle.
250 siteEntry_t* siteMgr_selectSiteFromTable(TI_HANDLE hSiteMgr)
255 siteMgr_t *pSiteMgr = (siteMgr_t *)hSiteMgr;
493 TI_STATUS siteMgr_selectSite(TI_HANDLE hSiteMgr)
497 siteMgr_t *pSiteMgr = (siteMgr_t *)hSiteMgr;
499 siteEntry_t* pLastMatchSite = siteMgr_selectSiteFromTable(hSiteMgr);
574 void siteMgr_setNotReceivedParameter(TI_HANDLE hSiteMgr, ssid_t* ssid , radioBand_e band
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgr.c 212 TI_HANDLE hSiteMgr,
235 pMeasurementMgr->hSiteMgr = hSiteMgr;
966 siteMgr_updateSite(pMeasurementMgr->hSiteMgr, bssid, frameInfo, pRxAttr->channel, (radioBand_e)pRxAttr->band, receivedWhileMeasuring);
970 siteMgr_saveProbeRespBuffer(pMeasurementMgr->hSiteMgr, bssid, buffer, bufferLength);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
SwitchChannel.c 132 TI_HANDLE hSiteMgr;
282 TI_HANDLE hSiteMgr,
357 pSwitchChannel->hSiteMgr = hSiteMgr;
769 siteMgr_getParam(pSwitchChannel->hSiteMgr, &param);
949 siteMgr_getParam(pSwitchChannel->hSiteMgr, &param);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SwitchChannel.c 132 TI_HANDLE hSiteMgr;
316 pSwitchChannel->hSiteMgr = pStadHandles->hSiteMgr;
721 siteMgr_getParam(pSwitchChannel->hSiteMgr, &param);
    [all...]
regulatoryDomain.c 171 pRegulatoryDomain->hSiteMgr = pStadHandles->hSiteMgr;
265 bBand_2_4 = siteMgr_isCurrentBand24(pRegulatoryDomain->hSiteMgr);
522 TI_BOOL bBand_2_4 = siteMgr_isCurrentBand24(pRegulatoryDomain->hSiteMgr);
620 connStatus = siteMgr_getParam (pRegulatoryDomain->hSiteMgr, pParam2);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c 181 TI_HANDLE hSiteMgr,
194 hSiteMgr == NULL || hOs == NULL || hReport == NULL || hTxData == NULL || hTnetwDrv == NULL)
205 pRxData->hSiteMgr = hSiteMgr;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeSm.c 210 TI_HANDLE hSiteMgr,
288 pHandle->hSiteMgr = hSiteMgr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
conn.c 176 TI_HANDLE hSiteMgr,
207 pConn->hSiteMgr = hSiteMgr;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.h 160 TI_HANDLE hSiteMgr;

Completed in 1223 milliseconds

1 2 34 5 6 7