Home | History | Annotate | Download | only in Connection_Managment

Lines Matching refs:hScanResultTable

158         pSme->hScanResultTable = pSme->hSmeScanResultTable;
162 pSme->hScanResultTable = pSme->hScanCncnScanResulTable;
209 * \param hScanResultTable - pointer to ScanResultTable
212 void sme_SetScanResultTable(TI_HANDLE hSme, TI_HANDLE hScanResultTable)
216 pSme->hScanCncnScanResulTable = hScanResultTable;
219 pSme->hScanResultTable = pSme->hScanCncnScanResulTable;
460 pSme->hScanResultTable = pSme->hSmeScanResultTable;
464 pSme->hScanResultTable = pSme->hScanCncnScanResulTable;
622 if (TI_OK != scanResultTable_UpdateEntry (pSme->hScanResultTable, pFrameInfo->bssId, pFrameInfo))
630 if (TI_OK != scanResultTable_UpdateEntry (pSme->hScanResultTable, pFrameInfo->bssId, pFrameInfo))
656 scanResultTable_SetStableState (pSme->hScanResultTable);
929 void sme_ConnectScanReport (TI_HANDLE hSme, TI_HANDLE *hScanResultTable)
933 *hScanResultTable = pSme->hScanResultTable;
944 void sme_MeasureScanReport (TI_HANDLE hSme, TI_HANDLE *hScanResultTable)
948 *hScanResultTable = pSme->hSmeScanResultTable;