HomeSort by relevance Sort by last modified time
    Searched defs:pCurrentSite (Results 1 - 2 of 2) 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...]
  /system/wlan/ti/wilink_6_1/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;
98 pCurrentSite = pParam->content.pPrimarySite;
100 return pCurrentSite;
104 pCurrentSite = scanResultTable_GetFirst (pSme->hScanResultTable);
107 while (NULL != pCurrentSite)
109 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...]

Completed in 264 milliseconds