Home
last modified time | relevance | path

Searched refs:dtimCount (Results 1 – 7 of 7) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
DmlmeParser.c1114 pTim->dtimCount = *pData; in mlmeParser_readTim()
1478 INT32 dtimCount; in mlmeParser_printBeaconDebugInfo() local
1505 dtimCount = theFrame.content.iePacket.pTIM->dtimCount; in mlmeParser_printBeaconDebugInfo()
1529 dtimCount = 0; in mlmeParser_printBeaconDebugInfo()
1548 if( (dtimCount == 0) && (dtimPeriod > 1)) in mlmeParser_printBeaconDebugInfo()
1562 if(dtimCount == 0) in mlmeParser_printBeaconDebugInfo()
1581 dtimCount , in mlmeParser_printBeaconDebugInfo()
1597 … ((UINT32)(dtimPeriod - dtimCount) * (UINT32)theFrame.content.iePacket.beaconInerval * 1000) + in mlmeParser_printBeaconDebugInfo()
1614 dtimCount , in mlmeParser_printBeaconDebugInfo()
1652 dtimCount , in mlmeParser_printBeaconDebugInfo()
[all …]
/system/wlan/ti/wilink_6_1/utils/
D802_11Defs.h544 TI_UINT8 dtimCount; member
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
D802_11Defs.h507 UINT8 dtimCount;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
DcurrBss.c99 typedef UINT8 (*currBSS_beaconRxCallb_t) (TI_HANDLE hModule, UINT64 staTSF, UINT8 dtimCount);
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DcurrBss.c104 …edef TI_UINT8 (*currBSS_beaconRxCallb_t) (TI_HANDLE hModule, TI_UINT64 staTSF, TI_UINT8 dtimCount);
DmlmeParser.c1049 pTim->dtimCount = *(pData + 2); in mlmeParser_readTim()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
DsiteMgr.c2609 …(pFrameInfo->content.iePacket.pTIM != NULL) && (pFrameInfo->content.iePacket.pTIM->dtimCount == 0)) in updateSiteInfo()