Searched refs:newSlotTime (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DscanResultTable.h85 ESlotTime newSlotTime; member in struct:__anon3095
H A DscanResultTable.c60 #define UPDATE_SLOT_TIME(pSite, pFrame) pSite->newSlotTime = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
H A DsiteMgr.c122 #define UPDATE_SLOT_TIME(pSite, pFrameInfo) pSite->newSlotTime = ((pFrameInfo->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
1789 if (pSite->currentSlotTime != pSite->newSlotTime)
1791 pSite->currentSlotTime = pSite->newSlotTime;

Completed in 61 milliseconds