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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSelect.c 55 static TI_BOOL sme_SelectWscMatch (TI_HANDLE hSme, TSiteEntry *pCurrentSite,
57 static TI_BOOL sme_SelectRsnMatch (TI_HANDLE hSme, TSiteEntry *pCurrentSite);
75 TSiteEntry *pCurrentSite, *pSelectedSite = NULL;
101 pCurrentSite = pParam->content.pPrimarySite;
103 return pCurrentSite;
107 pCurrentSite = scanResultTable_GetFirst (pSme->hScanResultTable);
110 while (NULL != pCurrentSite)
112 TRACE6(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_Select: considering BSSID: %02x:%02x:%02x:%02x:%02x:%02x for selection\n", pCurrentSite->bssid[ 0 ], pCurrentSite->bssid[ 1 ], pCurrentSite->bssid[ 2 ], pCurrentSite->bssid[ 3 ], pCurrentSite->bssid[ 4 ], pCurrentSite->bssid[ 5 ])
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgrApi.h 158 TI_BOOL siteMgr_SelectRateMatch (TI_HANDLE hSiteMgr, TSiteEntry *pCurrentSite);
siteMgr.c     [all...]

Completed in 4210 milliseconds