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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeApi.h 154 dot11_TIM_t *pTIM; /* for beacons only */
scanResultTable.c 66 #define UPDATE_DTIM_PERIOD(pSite, pFrame) if ((pFrame)->parsedIEs->content.iePacket.pTIM != NULL) \
67 pSite->dtimPeriod = (pFrame)->parsedIEs->content.iePacket.pTIM->dtimPeriod
    [all...]
mlmeParser.c     [all...]
siteMgr.c 149 #define UPDATE_DTIM_PERIOD(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.pTIM != NULL) \
150 pSite->dtimPeriod = pFrameInfo->content.iePacket.pTIM->dtimPeriod
    [all...]

Completed in 24 milliseconds