Home | History | Annotate | Download | only in Sta_Management

Lines Matching defs:hOS

52 #define UPDATE_LOCAL_TIMESTAMP(pSite, hOs)              pSite->localTimeStamp = os_timeStampMs(hOs);
80 os_memoryCopy(pScanResultTable->hOS, (void *)(pSite)->pRsnIe[index].rsnIeData, (void *)pTempRsnIe->rsnIeData, pTempRsnIe->hdr[1]);\
86 #define UPDATE_BEACON_TIMESTAMP(pScanResultTable, pSite, pFrame) os_memoryCopy(pScanResultTable->hOS, pSite->tsfTimeStamp, (void *)(pFrame)->parsedIEs->content.iePacket.timestamp, TIME_STAMP_LEN)
109 os_memoryCopy (pScanResultTable->hOS, pBuffer, pFrame->buffer, pFrame->bufferLength); \
118 os_memoryCopy(pScanResultTable->hOS, \
129 TI_HANDLE hOS; /**< Handle to the OS object */
156 * \param hOS - handle to the OS object
160 TI_HANDLE scanResultTable_Create (TI_HANDLE hOS, TI_UINT32 uEntriesNumber)
165 pScanResultTable = (TScanResultTable*)os_memoryAlloc (hOS, sizeof(TScanResultTable));
174 pScanResultTable->hOS = hOS;
177 (TSiteEntry *)os_memoryAlloc (pScanResultTable->hOS, sizeof (TSiteEntry) * uEntriesNumber);
183 os_memoryFree(pScanResultTable->hOS, pScanResultTable, sizeof(TScanResultTable));
187 os_memoryZero(pScanResultTable->hOS, pScanResultTable->pTable, sizeof(TSiteEntry) * uEntriesNumber);
240 os_memoryFree (pScanResultTable->hOS, (void*)pScanResultTable->pTable,
245 os_memoryFree (pScanResultTable->hOS
313 os_memoryCopy(pScanResultTable->hOS,
451 (0 == os_memoryCompare (pScanResultTable->hOS, (TI_UINT8 *)(&(pSsid->str[ 0 ])),
515 os_timeStampMs(pScanResultTable->hOS) - MILISECONDS(pScanResultTable->uSraThreshold))
554 os_memoryCopy(pScanResultTable->hOS,
561 os_memoryZero(pScanResultTable->hOS, &(pScanResultTable->pTable[pScanResultTable->uCurrentSiteNumber - 1]), sizeof(TSiteEntry));
589 os_memoryZero(pScanResultTable->hOS, &(pScanResultTable->pTable[ uHiddenSsidIndex ]), sizeof (TSiteEntry));
602 os_memoryZero(pScanResultTable->hOS, &(pScanResultTable->pTable[ pScanResultTable->uCurrentSiteNumber ]), sizeof (TSiteEntry));
634 os_memoryCopy(pScanResultTable->hOS,
646 UPDATE_LOCAL_TIMESTAMP(pSite, pScanResultTable->hOS);
1056 os_memoryZero (pScanResultTable->hOS, &(pBssid->Ssid.Ssid), MAX_SSID_LEN);
1061 os_memoryCopy (pScanResultTable->hOS,
1083 os_memoryZero (pScanResultTable->hOS, (void *)pBssid->SupportedRates, sizeof(OS_802_11_RATES_EX));
1110 os_memoryCopy (pScanResultTable->hOS, (void*)pFixedIes->TimeStamp,
1125 os_memoryCopy (pScanResultTable->hOS,
1146 os_memoryCopy (pScanResultTable->hOS, (void *)pVarIes->data,
1159 os_memoryCopy (pScanResultTable->hOS, (void *)pVarIes->data,
1181 os_memoryCopy (pScanResultTable->hOS, (void *)pWMEParams->OUI, ouiWME, 3);
1188 os_memoryCopy (pScanResultTable->hOS, &(pWMEParams->WME_ACParameteres),
1198 os_memoryCopy (pScanResultTable->hOS, (void *)(&pBssid->IEs[ pBssid->IELength ]),
1219 os_memoryCopy (pScanResultTable->hOS, pVarIes,
1235 os_memoryCopy (pScanResultTable->hOS, pVarIes,
1310 os_memoryZero (pScanResultTable->hOS, (void *)pCurrRateString, sizeof(OS_802_11_N_RATES));