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

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SoftGemini.h 70 TI_HANDLE hCurrBss;
SoftGemini.c 224 pSoftGemini->hCurrBss = pStadHandles->hCurrBss;
680 if (pSoftGemini->hCurrBss)
682 pBssInfo = currBSS_getBssInfo(pSoftGemini->hCurrBss);
686 TRACE0(pSoftGemini->hReport, REPORT_SEVERITY_ERROR, "SoftGemini_SetPS: hCurrBss = NULL!!!\n");
756 currBSS_SGconfigureBSSLoss(pSoftGemini->hCurrBss,pSoftGemini->BSSLossCompensationPercent,TI_TRUE); */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h 110 TI_HANDLE hCurrBss;
connIbss.c 278 currBSS_updateConnectedState(pConn->hCurrBss, TI_TRUE, BSS_INDEPENDENT);
408 currBSS_updateConnectedState(pConn->hCurrBss, TI_FALSE, BSS_INDEPENDENT);
453 currBSS_updateConnectedState(((conn_t *)pData)->hCurrBss, TI_FALSE, BSS_INDEPENDENT);
516 currBSS_updateConnectedState (pConn->hCurrBss, TI_TRUE, BSS_INDEPENDENT);
564 currBSS_updateConnectedState(((conn_t *)pData)->hCurrBss, TI_TRUE, BSS_INDEPENDENT);
admCtrl.h 201 TI_HANDLE hCurrBss;
259 TI_HANDLE hCurrBss,
admCtrl.c 220 TI_HANDLE hCurrBss,
242 pAdmCtrl->hCurrBss = hCurrBss;
rsn.h 170 TI_HANDLE hCurrBss;
conn.c 168 pConn->hCurrBss = pStadHandles->hCurrBss;
connInfra.c 675 currBSS_updateConnectedState(pConn->hCurrBss, TI_TRUE, BSS_INFRASTRUCTURE);
    [all...]
rsn.c 250 pRsn->hCurrBss = pStadHandles->hCurrBss;
312 pRsn->hCurrBss,
    [all...]
apConn.c 207 TI_HANDLE hCurrBSS;
473 pAPConnection->hCurrBSS = pStadHandles->hCurrBss;
627 currBSS_getRoamingParams(pAPConnection->hCurrBSS,
679 currBSS_updateRoamingTriggers(pAPConnection->hCurrBSS, pParam);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 73 TI_HANDLE hCurrBss;
CmdDispatcher.c 105 TI_HANDLE hCurrBss;
203 pCmdDispatch->hCurrBss = pStadHandles->hCurrBss;
356 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(CURR_BSS_MODULE_PARAM) - 1].handle = pCmdDispatch->hCurrBss;
DrvMain.c 461 pDrvMain->tStadHandles.hCurrBss = currBSS_create (hOs);
462 if (pDrvMain->tStadHandles.hCurrBss == NULL)
707 if (pDrvMain->tStadHandles.hCurrBss != NULL)
709 currBSS_unload (pDrvMain->tStadHandles.hCurrBss);
908 currBSS_SetDefaults (pDrvMain->tStadHandles.hCurrBss, &pInitTable->tCurrBssInitParams);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeSm.h 131 TI_HANDLE hCurrBss;
healthMonitor.c 75 TI_HANDLE hCurrBss; /* handle to the currBss object */
174 pHealthMonitor->hCurrBss = pStadHandles->hCurrBss;
siteHash.h 110 TI_HANDLE hCurrBss;
mlmeSm.c 246 pHandle->hCurrBss = pStadHandles->hCurrBss;
mlmeParser.c 503 currBSS_probRespReceivedCallb(pHandle->hCurrBss,
631 currBSS_beaconReceivedCallb(pHandle->hCurrBss, pRxAttr,
    [all...]
siteMgr.c 364 pSiteMgr->hCurrBss = pStadHandles->hCurrBss;
525 currBSS_RegisterTriggerEvent(pSiteMgr->hCurrBss, TWD_OWN_EVENT_RSSI_SNR_TRIGGER_2, (TI_UINT8)0,(void*)siteMgr_TxPowerHighThreshold,hSiteMgr);
526 currBSS_RegisterTriggerEvent(pSiteMgr->hCurrBss, TWD_OWN_EVENT_RSSI_SNR_TRIGGER_3, (TI_UINT8)0,(void*)siteMgr_TxPowerLowThreshold, hSiteMgr);
    [all...]
currBss.c 113 static void currBSS_lowRssiThrCrossed(currBSS_t *hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
114 static void currBSS_lowSnrThrCrossed(currBSS_t *hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
115 static void currBSS_BackgroundScanQuality(TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
116 static void currBSS_consecTxErrors(currBSS_t *hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
117 static void currBSS_BssLost (currBSS_t *hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
118 static void currBSS_reportRoamingEvent(currBSS_t *hCurrBSS, apConn_roamingTrigger_e roamingEventType, roamingEventData_u *pRoamingEventData);
121 static TI_STATUS currBss_HandleTriggerEvent(TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength, TI_UINT8 eventID);
122 static triggerDesc_t* currBss_findEmptyUserTrigger(TI_HANDLE hCurrBSS, TI_UINT16 clientID, TI_UINT8* triggerIdx);
123 static void currBSS_RssiSnrTrigger0 (TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
124 static void currBSS_RssiSnrTrigger1 (TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrApi.h 138 TI_HANDLE hCurrBss;
roamingMngr.c 700 pRoamingMngr->hCurrBss = pStadHandles->hCurrBss;
    [all...]

Completed in 784 milliseconds