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

  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.c 136 static TSiteEntry *scanResultTbale_AllocateNewEntry (TI_HANDLE hScanResultTable);
289 pSite = scanResultTbale_AllocateNewEntry (hScanResultTable);
418 * \fn scanresultTbale_AllocateNewEntry
426 TSiteEntry *scanResultTbale_AllocateNewEntry (TI_HANDLE hScanResultTable)
434 TRACE0(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTbale_AllocateNewEntry: Table is full, can't allocate new entry\n");
438 TRACE1(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTbale_AllocateNewEntry: New entry allocated at index %d\n", pScanResultTable->uCurrentSiteNumber);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c 141 static TSiteEntry *scanResultTbale_AllocateNewEntry (TI_HANDLE hScanResultTable);
335 pSite = scanResultTbale_AllocateNewEntry (hScanResultTable);
567 * \fn scanresultTbale_AllocateNewEntry
575 TSiteEntry *scanResultTbale_AllocateNewEntry (TI_HANDLE hScanResultTable)
586 TRACE1(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTbale_AllocateNewEntry: Table is full, found hidden SSID at index %d to replace with\n", uHiddenSsidIndex);
595 TRACE0(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTbale_AllocateNewEntry: Table is full, no Hidden SSDI to replace, can't allocate new entry\n");
599 TRACE1(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTbale_AllocateNewEntry: New entry allocated at index %d\n", pScanResultTable->uCurrentSiteNumber);
    [all...]

Completed in 414 milliseconds