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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c 56 #define UPDATE_BEACON_INTERVAL(pSite, pFrame) pSite->beaconInterval = (pFrame)->parsedIEs->content.iePacket.beaconInerval
57 #define UPDATE_CAPABILITIES(pSite, pFrame) pSite->capabilities = (pFrame)->parsedIEs->content.iePacket.capabilities
58 #define UPDATE_PRIVACY(pSite, pFrame) pSite->privacy = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE
59 #define UPDATE_AGILITY(pSite, pFrame) pSite->agility = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_AGILE_SHIFT) & CAP_AGILE_MASK) ? TI_TRUE : TI_FALSE
60 #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
61 #define UPDATE_PROTECTION(pSite, pFrame) pSite->useProtection = ((pFrame)->parsedIEs->content.iePacket.useProtection)
62 #define UPDATE_CHANNEL(pSite, pFrame, rxChannel) if ((pFrame)->parsedIEs->content.iePacket.pDSParamsSet == NULL) \
65 pSite->channel = (pFrame)->parsedIEs->content.iePacket.pDSParamsSet->currChannel;
66 #define UPDATE_DTIM_PERIOD(pSite, pFrame) if ((pFrame)->parsedIEs->content.iePacket.pTIM != NULL) \
67 pSite->dtimPeriod = (pFrame)->parsedIEs->content.iePacket.pTIM->dtimPerio
    [all...]
ScanCncn.h 109 mlmeFrameInfo_t* parsedIEs; /* Information elements in the frame, which is parsed */
ScanCncn.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 616 if ((pSme->tSsid.len == pFrameInfo->parsedIEs->content.iePacket.pSsid->hdr[ 1 ]) &&
618 (TI_UINT8 *)&(pFrameInfo->parsedIEs->content.iePacket.pSsid->serviceSetId[ 0 ]),
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 884 tScanFrameInfo.parsedIEs = frameInfo;
    [all...]

Completed in 227 milliseconds