Home
last modified time | relevance | path

Searched refs:pCandidate (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DsmeSm.c254 pSme->pCandidate = sme_Select (hSme); in smeSm_PreConnect()
255 if (NULL != pSme->pCandidate) in smeSm_PreConnect()
339 pSme->pCandidate = (TSiteEntry *)addSelfSite(pSme->hSiteMgr); in smeSm_PreConnect()
341 if (pSme->pCandidate == NULL) in smeSm_PreConnect()
351 …>pCandidate->bssid[0], pSme->pCandidate->bssid[1], pSme->pCandidate->bssid[2], pSme->pCandidate->b… in smeSm_PreConnect()
352 …>pCandidate->bssid[0], pSme->pCandidate->bssid[1], pSme->pCandidate->bssid[2], pSme->pCandidate->b… in smeSm_PreConnect()
378 if (NULL == pSme->pCandidate) in smeSm_Connect()
392 if (BSS_INFRASTRUCTURE == pSme->pCandidate->bssType) in smeSm_Connect()
399 if (BSS_INDEPENDENT == pSme->pCandidate->bssType) in smeSm_Connect()
400 if (SITE_SELF == pSme->pCandidate->siteType) in smeSm_Connect()
[all …]
Dsme.c662 pSme->pCandidate = sme_Select (hSme); in sme_ScanResultCB()
665 if (NULL == pSme->pCandidate) in sme_ScanResultCB()
710 pSme->pCandidate = (TSiteEntry *)addSelfSite(pSme->hSiteMgr); in sme_ScanResultCB()
712 if (pSme->pCandidate == NULL) in sme_ScanResultCB()
722 …>pCandidate->bssid[0], pSme->pCandidate->bssid[1], pSme->pCandidate->bssid[2], pSme->pCandidate->b… in sme_ScanResultCB()
723 …>pCandidate->bssid[0], pSme->pCandidate->bssid[1], pSme->pCandidate->bssid[2], pSme->pCandidate->b… in sme_ScanResultCB()
837 pSme->pCandidate = sme_Select (hSme); in sme_ReportConnStatus()
839 if (NULL != pSme->pCandidate) in sme_ReportConnStatus()
DsmePrivate.h92 TSiteEntry *pCandidate; member
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DsiteMgrApi.h152 TI_STATUS siteMgr_CopyToPrimarySite (TI_HANDLE hSiteMgr, TSiteEntry *pCandidate);
DsiteMgr.c3924 TI_STATUS siteMgr_CopyToPrimarySite (TI_HANDLE hSiteMgr, TSiteEntry *pCandidate) in siteMgr_CopyToPrimarySite() argument
3929 MAC_COPY (newAP.BSSID, pCandidate->bssid); in siteMgr_CopyToPrimarySite()
3930 newAP.band = pCandidate->eBand; in siteMgr_CopyToPrimarySite()
3931 newAP.RSSI = pCandidate->rssi; in siteMgr_CopyToPrimarySite()
3932 newAP.rxRate = pCandidate->rxRate; in siteMgr_CopyToPrimarySite()
3933 newAP.channel = pCandidate->channel; in siteMgr_CopyToPrimarySite()
3934 …os_memoryCopy(pSiteMgr->hOs, (void *)&newAP.lastRxTSF, (void *)pCandidate->tsfTimeStamp , TIME_STA… in siteMgr_CopyToPrimarySite()
3935 newAP.beaconInterval = pCandidate->beaconInterval; in siteMgr_CopyToPrimarySite()
3936 newAP.capabilities = pCandidate->capabilities; in siteMgr_CopyToPrimarySite()
3939 if (TI_TRUE == pCandidate->probeRecv) in siteMgr_CopyToPrimarySite()
[all …]