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

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
spectrumMngmntMgr.c 189 dot11hFrameReqHdr_t *dot11hFrameReqHdr;
191 dot11hFrameReqHdr = (dot11hFrameReqHdr_t*)pData;
193 frameReq->hdr->dialogToken = (TI_UINT16)dot11hFrameReqHdr->dialogToken;
194 frameReq->hdr->activatioDelay = dot11hFrameReqHdr->activatioDelay;
195 frameReq->hdr->measurementOffset = dot11hFrameReqHdr->measurementOffset;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
spectrumMngmntMgr.c 192 dot11hFrameReqHdr_t *dot11hFrameReqHdr;
194 dot11hFrameReqHdr = (dot11hFrameReqHdr_t*)pData;
196 frameReq->hdr->dialogToken = (UINT16)dot11hFrameReqHdr->dialogToken;
197 frameReq->hdr->activatioDelay = dot11hFrameReqHdr->activatioDelay;
198 frameReq->hdr->measurementOffset = dot11hFrameReqHdr->measurementOffset;
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
spectrumMngmntMgr.c 189 dot11hFrameReqHdr_t *dot11hFrameReqHdr;
191 dot11hFrameReqHdr = (dot11hFrameReqHdr_t*)pData;
193 frameReq->hdr->dialogToken = (TI_UINT16)dot11hFrameReqHdr->dialogToken;
194 frameReq->hdr->activatioDelay = dot11hFrameReqHdr->activatioDelay;
195 frameReq->hdr->measurementOffset = dot11hFrameReqHdr->measurementOffset;

Completed in 75 milliseconds