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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.h 149 void scanResultTable_Init (TI_HANDLE hScanResultTable, TStadHandlesList *pStadHandles, EScanResultTableClear eClearTable);
150 void scanResultTable_Destroy (TI_HANDLE hScanResultTable);
151 TI_STATUS scanResultTable_UpdateEntry (TI_HANDLE hScanResultTable, TMacAddr *pBssid, TScanFrameInfo* pFrame);
152 void scanResultTable_SetStableState (TI_HANDLE hScanResultTable);
153 TSiteEntry *scanResultTable_GetFirst (TI_HANDLE hScanResultTable);
154 TSiteEntry *scanResultTable_GetNext (TI_HANDLE hScanResultTable);
155 TSiteEntry *scanResultTable_GetBySsidBssidPair (TI_HANDLE hScanResultTable, TSsid *pSsid, TMacAddr *pBssid);
156 TI_UINT32 scanResultTable_CalculateBssidListSize (TI_HANDLE hScanResultTable, TI_BOOL bAllVarIes);
157 TI_UINT32 scanResultTable_GetNumOfBSSIDInTheList (TI_HANDLE hScanResultTable);
158 TI_STATUS scanResultTable_GetBssidList (TI_HANDLE hScanResultTable, OS_802_11_BSSID_LIST_EX *pBssidList,
    [all...]
ScanCncnApp.c 86 scanResultTable_PerformAging(pScanCncn->hScanResultTable);
119 scanResultTable_PerformAging(pScanCncn->hScanResultTable);
193 scanResultTable_SetSraThreshold(pScanCncn->hScanResultTable, pParam->content.uSraThreshold);
231 pParam->content.uNumBssidInList = scanResultTable_GetNumOfBSSIDInTheList (pScanCncn->hScanResultTable);
237 pParam->content.uBssidListSize = scanResultTable_CalculateBssidListSize (pScanCncn->hScanResultTable, TI_TRUE);
242 return scanResultTable_GetBssidList (pScanCncn->hScanResultTable, pParam->content.pBssidList,
248 return scanResultTable_GetBssidSupportedRatesList (pScanCncn->hScanResultTable, pParam->content.pRateList,
284 if (TI_OK != scanResultTable_UpdateEntry (pScanCncn->hScanResultTable, frameInfo->bssId, frameInfo))
303 scanResultTable_SetStableState (pScanCncn->hScanResultTable);
329 scanResultTable_SetStableState (pScanCncn->hScanResultTable);
    [all...]
ScanCncnPrivate.h 87 TI_HANDLE hScanResultTable; /* application scan result table */
scanResultTable.c 141 static TSiteEntry *scanResultTbale_AllocateNewEntry (TI_HANDLE hScanResultTable);
142 static void scanResultTable_UpdateSiteData (TI_HANDLE hScanResultTable, TSiteEntry *pSite, TScanFrameInfo *pFrame);
143 static void scanResultTable_updateRates(TI_HANDLE hScanResultTable, TSiteEntry *pSite, TScanFrameInfo *pFrame);
146 static void scanResultTable_RemoveEntry(TI_HANDLE hScanResultTable, TI_UINT32 uIndex);
197 * \param hScanResultTable - handle to the scan result table object
204 void scanResultTable_Init (TI_HANDLE hScanResultTable, TStadHandlesList *pStadHandles, EScanResultTableClear eClearTable)
206 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable;
228 * \param hScanResultTable - handle to the scan result table object
232 void scanResultTable_Destroy (TI_HANDLE hScanResultTable)
234 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable;
    [all...]
ScanCncn.c 122 pScanCncn->hScanResultTable = scanResultTable_Create (hOS, SCAN_CNCN_APP_SCAN_TABLE_ENTRIES);
123 if (NULL == pScanCncn->hScanResultTable)
151 scanResultTable_Destroy (pScanCncn->hScanResultTable);
225 scanResultTable_Init (pScanCncn->hScanResultTable, pStadHandles, SCAN_RESULT_TABLE_DONT_CLEAR);
273 scanResultTable_SetSraThreshold(pScanCncn->hScanResultTable, pScanCncnInitParams->uSraThreshold);
276 sme_SetScanResultTable(pScanCncn->hSme, pScanCncn->hScanResultTable);
    [all...]
ScanCncnOsSm.c 392 scanResultTable_SetStableState (pScanCncn->hScanResultTable);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeApi.h 67 void sme_SetScanResultTable(TI_HANDLE hSme, TI_HANDLE hScanResultTable);
sme.h 79 void sme_ConnectScanReport (TI_HANDLE hSme, TI_HANDLE *hScanResultTable);
80 void sme_MeasureScanReport (TI_HANDLE hSme, TI_HANDLE *hScanResultTable);
smePrivate.h 68 TI_HANDLE hScanResultTable; /* Working table - points to one of the next two tables */
smeSelect.c 107 pCurrentSite = scanResultTable_GetFirst (pSme->hScanResultTable);
119 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
131 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
142 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
153 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
181 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
197 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
209 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
218 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
231 pCurrentSite = scanResultTable_GetNext (pSme->hScanResultTable);
    [all...]
sme.c 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)
    [all...]
  /hardware/ti/wlan/wl1271/Test/
smeDebug.c 68 TI_UINT32 scanResultTable_CalculateBssidListSize (TI_HANDLE hScanResultTable, TI_BOOL bAllVarIes);
69 TI_STATUS scanResultTable_GetBssidList (TI_HANDLE hScanResultTable,
239 length = scanResultTable_CalculateBssidListSize (sme->hScanResultTable, TI_FALSE);
249 scanResultTable_GetBssidList (sme->hScanResultTable, (POS_802_11_BSSID_LIST_EX)blist, &length, TI_FALSE);

Completed in 845 milliseconds