Searched defs:pScanResultTable (Results 1 – 1 of 1) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | scanResultTable.c | 73 #define UPDATE_RSN_IE(pScanResultTable, pSite, pNewRsnIe, newRsnIeLen) if ((pNewRsnIe) != NULL) { \ argument 86 #define UPDATE_BEACON_TIMESTAMP(pScanResultTable, pSite, pFrame) os_memoryCopy(pScanResultTable-… argument 107 #define UPDATE_FRAME_BUFFER(pScanResultTable, pBuffer, uLength, pFrame) if (pFrame->bufferLength <… argument 116 #define UPDATE_UNKOWN_IE(pScanResultTable, pSite, pNewUnknwonIe, newUnknwonIeLen) if ((pNewUnknwonI… argument 162 TScanResultTable *pScanResultTable = NULL; in scanResultTable_Create() local 206 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable; in scanResultTable_Init() local 234 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable; in scanResultTable_Destroy() local 259 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable; in scanResultTable_SetSraThreshold() local 279 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable; in scanResultTable_UpdateEntry() local 365 TScanResultTable *pScanResultTable = (TScanResultTable*)hScanResultTable; in scanResultTable_SetStableState() local [all …]
|