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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c 139 } TScanResultTable;
145 static TI_STATUS scanResultTable_CheckRxSignalValidity(TScanResultTable *pScanResultTable, siteEntry_t *pSite, TI_INT8 rxLevel, TI_UINT8 channel);
162 TScanResultTable *pScanResultTable = NULL;
165 pScanResultTable = (TScanResultTable*)os_memoryAlloc (hOS, sizeof(TScanResultTable));
170 sizeof (TScanResultTable)));
183 os_memoryFree(pScanResultTable->hOS, pScanResultTable, sizeof(TScanResultTable));
206 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable;
234 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.c 134 } TScanResultTable;
140 static TI_STATUS scanResultTable_CheckRxSignalValidity(TScanResultTable *pScanResultTable, siteEntry_t *pSite, TI_INT8 rxLevel, TI_UINT8 channel);
156 TScanResultTable *pScanResultTable = NULL;
159 pScanResultTable = (TScanResultTable*)os_memoryAlloc (hOS, sizeof(TScanResultTable));
192 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable;
217 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable;
228 os_memoryFree (pScanResultTable->hOS, (void*)hScanResultTable, sizeof (TScanResultTable));
    [all...]

Completed in 44 milliseconds