Searched refs:frame (Results 1 - 13 of 13) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DmlmeParser.c121 /* zero frame content */
126 /* get frame type */
140 pHandle->tempFrameInfo.frame.subType = msgType;
168 pHandle->tempFrameInfo.frame.extesion.destType = MSG_BROADCAST;
174 pHandle->tempFrameInfo.frame.extesion.destType = MSG_MULTICAST;
178 pHandle->tempFrameInfo.frame.extesion.destType = MSG_UNICAST;
215 /* init frame fields */
216 pHandle->tempFrameInfo.frame.content.assocRsp.barkerPreambleMode = PREAMBLE_UNSPECIFIED;
219 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.capabilities , pData);
222 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame
1485 beacon_probeRsp_t *frame = &(params->frame.content.iePacket); local
[all...]
H A DsystemConfig.c246 mlmeFrameInfo_t frame; local
260 /* The easiest way to add a site to the site table is to simulate a probe frame. */
261 frame.subType = PROBE_RESPONSE;
262 os_memoryZero(pSiteMgr->hOs, &frame, sizeof(mlmeFrameInfo_t));
263 /* Initialize the frame fields */
264 frame.subType = PROBE_RESPONSE;
265 os_memoryZero(pSiteMgr->hOs, (void *)frame.content.iePacket.timestamp, TIME_STAMP_LEN);
268 frame.content.iePacket.beaconInerval = pSiteMgr->pDesiredParams->siteMgrDesiredBeaconInterval;
271 frame.content.iePacket.capabilities = 0;
272 frame
[all...]
H A DmlmeApi.h85 /* Disassociation frame structure */
92 /* (Re)Association response frame structure */
119 /* Probe response frame structure */
158 /* Authentication message frame structure */
167 /* DeAuthentication message frame structure */
173 /* Action message frame structure */
236 mlmeFrameInfo_t frame; member in struct:__anon1893
240 TRxAttr* pRxAttr, TI_UINT8* frame, TI_UINT16 frameLength );
H A DsiteMgr.c1500 we only have to change the frame sup type */
1629 - If the site is NULL (means it is the first frame received from this site)
1638 rxChannel - The channel on which frame was received
1639 band - Band on which frame was received
2000 Update theaite entry in the site table with the information received in the frame
2317 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_ERROR, "Site Update failure, un known frame sub type %d\n\n", pFrameInfo->subType);
3836 /* get frame type */
3962 /* Zero frame content */
3977 ieListParseParams->frame.subType = PROBE_RESPONSE;
3982 ieListParseParams->frame
[all...]
/system/extras/tests/memtest/
H A DAndroid.mk17 LOCAL_CFLAGS += -fomit-frame-pointer
/system/extras/tests/pftest/
H A DAndroid.mk16 LOCAL_CFLAGS += -fomit-frame-pointer
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeParser.c149 /* zero frame content */
154 /* get frame type */
162 pHandle->tempFrameInfo.frame.subType = msgType;
189 pHandle->tempFrameInfo.frame.extesion.destType = MSG_BROADCAST;
195 pHandle->tempFrameInfo.frame.extesion.destType = MSG_MULTICAST;
199 pHandle->tempFrameInfo.frame.extesion.destType = MSG_UNICAST;
241 /* init frame fields */
242 pHandle->tempFrameInfo.frame.content.assocRsp.barkerPreambleMode = PREAMBLE_UNSPECIFIED;
245 pHandle->tempFrameInfo.frame.content.assocRsp.capabilities = ENDIAN_HANDLE_WORD(*(UINT16*)pData);
248 pHandle->tempFrameInfo.frame
1793 beacon_probeRsp_t *frame = &(params->frame.content.iePacket); local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A Dselect.c1018 mlmeFrameInfo_t frame; local
1032 /* The easiest way to add a site to the site table is to simulate a probe frame. */
1033 frame.subType = PROBE_RESPONSE;
1034 os_memoryZero(pSiteMgr->hOs, &frame, sizeof(mlmeFrameInfo_t));
1035 /* Initialize the frame fields */
1036 frame.subType = PROBE_RESPONSE;
1037 os_memoryZero(pSiteMgr->hOs, (void *)frame.content.iePacket.timestamp, TIME_STAMP_LEN);
1040 frame.content.iePacket.beaconInerval = pSiteMgr->pDesiredParams->siteMgrDesiredBeaconInterval;
1043 frame.content.iePacket.capabilities = 0;
1044 frame
[all...]
H A DsiteMgr.c1715 we only have to change the frame sup type */
1904 - If the site is NULL (means it is the first frame received from this site)
1913 rxChannel - The channel on which frame was received
1914 band - Band on which frame was received
2122 DESCRIPTION: Called by the mlme_parserRecv when receiving managment frame
2129 rxLevel - Rx level the frame received in
2130 bssid - BSSID of the frame
2171 snr - SNR the frame received in
2172 rxLevel - Rx level the frame received in
2173 bssid - BSSID of the frame
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DmlmeApi.h75 DISCONN_TYPE_DISASSOC, /* Send disassocciation frame upon disconnecting */
133 mlmeFrameInfo_t frame; member in struct:__anon715
137 Rx_attr_t* pRxAttr, UINT8* frame, UINT16 frameLength );
/system/core/libpixelflinger/
H A DAndroid.mk54 PIXELFLINGER_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DmeasurementMgr.c622 * Called when a frame with type measurement request is received.
625 * @param frameType The frame type.
626 * @param dataLen The length of the frame.
627 * @param pData A pointer to the frame's content.
638 measurement_frameRequest_t * frame = &(pMeasurementMgr->newFrameRequest); local
649 ("%s: Broadcast/Multicast measurement frame has been ignored\n", __FUNCTION__));
658 ("%s: Broadcast measurement frame has been ignored\n", __FUNCTION__));
664 ("%s: Measurement frame received\n", __FUNCTION__));
668 frame);
670 frame
[all...]
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DmeasurementMgr.c542 * Called when a frame with type measurement request is received.
545 * @param frameType The frame type.
546 * @param dataLen The length of the frame.
547 * @param pData A pointer to the frame's content.
558 TMeasurementFrameRequest * frame = &(pMeasurementMgr->newFrameRequest); local
568 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Broadcast/Multicast measurement frame has been ignored\n");
576 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Broadcast measurement frame has been ignored\n");
581 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement frame received\n");
585 frame);
587 frame
[all...]

Completed in 253 milliseconds