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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 92 TSiteEntry *pCandidate;
smeSm.c 254 pSme->pCandidate = sme_Select (hSme);
255 if (NULL != pSme->pCandidate)
339 pSme->pCandidate = (TSiteEntry *)addSelfSite(pSme->hSiteMgr);
341 if (pSme->pCandidate == NULL)
351 TRACE6(pSme->hReport, REPORT_SEVERITY_CONSOLE,"%%%%%%%%%%%%%% SELF SELECT SUCCESS, bssid: %X-%X-%X-%X-%X-%X %%%%%%%%%%%%%%\n\n", pSme->pCandidate->bssid[0], pSme->pCandidate->bssid[1], pSme->pCandidate->bssid[2], pSme->pCandidate->bssid[3], pSme->pCandidate->bssid[4], pSme->pCandidate->bssid[5])
    [all...]
sme.c 662 pSme->pCandidate = sme_Select (hSme);
665 if (NULL == pSme->pCandidate)
710 pSme->pCandidate = (TSiteEntry *)addSelfSite(pSme->hSiteMgr);
712 if (pSme->pCandidate == NULL)
722 TRACE6(pSme->hReport, REPORT_SEVERITY_CONSOLE,"%%%%%%%%%%%%%% SELF SELECT SUCCESS, bssid: %X-%X-%X-%X-%X-%X %%%%%%%%%%%%%%\n\n", pSme->pCandidate->bssid[0], pSme->pCandidate->bssid[1], pSme->pCandidate->bssid[2], pSme->pCandidate->bssid[3], pSme->pCandidate->bssid[4], pSme->pCandidate->bssid[5])
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgrApi.h 152 TI_STATUS siteMgr_CopyToPrimarySite (TI_HANDLE hSiteMgr, TSiteEntry *pCandidate);
siteMgr.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2036 milliseconds