Searched defs:pFrame (Results 1 - 15 of 15) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeBuilder.c96 dot11_mgmtFrame_t *pFrame; local
116 pFrame = (dot11_mgmtFrame_t*)(pMsdu->firstBDPtr->data + TX_TOTAL_OFFSET_BEFORE_DATA);
118 status = mlmeBuilder_buildFrameCtrl(pHandle, type, (UINT16 *)&pFrame->hdr.fc, setWepOpt);
134 MAC_COPY(pHandle->hOs, (&pFrame->hdr.DA), (&daParam.content.ctrlDataCurrentBSSID));
145 MAC_COPY(pHandle->hOs, (&pFrame->hdr.SA), (&saParam.content.ctrlDataCurrentBSSID));
148 MAC_COPY(pHandle->hOs, (&pFrame->hdr.BSSID), (&daParam.content.ctrlDataCurrentBSSID));
152 os_memoryCopy(pHandle->hOs, (void *)pFrame->body, pDataBuff, dataLen);
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxCtrlServ.c64 pFrame - A pointer to a buffer where the frame should be stored
68 TI_STATUS txCtrlServ_buildNullFrame(TI_HANDLE hTxCtrl, TI_UINT8* pFrame, TI_UINT32* pLength) argument
76 pHeader = (dot11_header_t*)(pFrame);
124 pFrame - A pointer to a buffer where the frame should be stored
128 TI_STATUS txCtrlServ_buildWlanHeader(TI_HANDLE hTxCtrl, TI_UINT8* pFrame, TI_UINT32* pLength) argument
228 os_memoryCopy (pTxCtrl->hOs, pFrame, tPktCtrlBlk.aPktHdr, headerLength);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/
H A DauthSm.c360 TI_STATUS auth_recv(TI_HANDLE hAuth, mlmeFrameInfo_t *pFrame) argument
369 if (pFrame->subType != AUTH)
375 if (pFrame->content.auth.status != STATUS_SUCCESSFUL)
382 return openAuth_Recv(hAuth, pFrame);
385 return sharedKeyAuth_Recv(hAuth, pFrame);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/open/
H A DopenAuthSm.c230 TI_STATUS openAuth_Recv(TI_HANDLE hAuth, mlmeFrameInfo_t *pFrame) argument
244 authAlgo = pFrame->content.auth.authAlgo;
259 ("OPEN_AUTH_SM: DEBUG Authentication status is %d \n", pFrame->content.auth.status));
261 pHandle->authData.status = pFrame->content.auth.status;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/shared/
H A DsharedKeyAuthSm.c249 TI_STATUS sharedKeyAuth_Recv(TI_HANDLE hAuth, mlmeFrameInfo_t *pFrame) argument
264 authAlgo = pFrame->content.auth.authAlgo;
273 rspSeq = pFrame->content.auth.seqNum;
275 pHandle->authData.status = pFrame->content.auth.status;
276 pHandle->authData.pChalange = (char *)(pFrame->content.auth.pChallenge->text);
277 pHandle->authData.challangeLen = pFrame->content.auth.pChallenge->hdr.eleLen;
287 if (pFrame->content.auth.pChallenge->hdr.eleId != CHALLANGE_TEXT_IE_ID)
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DauthSm.c349 TI_STATUS auth_recv(TI_HANDLE hAuth, mlmeFrameInfo_t *pFrame) argument
358 if (pFrame->subType != AUTH)
364 if (pFrame->content.auth.status != STATUS_SUCCESSFUL)
371 return openAuth_Recv(hAuth, pFrame);
374 return sharedKeyAuth_Recv(hAuth, pFrame);
H A DopenAuthSm.c202 TI_STATUS openAuth_Recv(TI_HANDLE hAuth, mlmeFrameInfo_t *pFrame) argument
216 authAlgo = ENDIAN_HANDLE_WORD(pFrame->content.auth.authAlgo);
229 TRACE1(pHandle->hReport, REPORT_SEVERITY_SM, "OPEN_AUTH_SM: DEBUG Authentication status is %d \n", pFrame->content.auth.status);
231 pHandle->authData.status = pFrame->content.auth.status;
H A DsharedKeyAuthSm.c217 TI_STATUS sharedKeyAuth_Recv(TI_HANDLE hAuth, mlmeFrameInfo_t *pFrame) argument
232 authAlgo = ENDIAN_HANDLE_WORD(pFrame->content.auth.authAlgo);
240 rspSeq = pFrame->content.auth.seqNum;
242 pHandle->authData.status = pFrame->content.auth.status;
243 pHandle->authData.pChalange = (char *)(pFrame->content.auth.pChallenge->text);
244 pHandle->authData.challangeLen = pFrame->content.auth.pChallenge->hdr[1];
253 if (pFrame->content.auth.pChallenge->hdr[0] != CHALLANGE_TEXT_IE_ID)
H A DassocSM.c446 * I - pFrame - Frame recieved \n
454 TI_STATUS assoc_recv(TI_HANDLE hAssoc, mlmeFrameInfo_t *pFrame) argument
471 if ((pFrame->subType != ASSOC_RESPONSE) && (pFrame->subType != RE_ASSOC_RESPONSE))
477 rspStatus = pFrame->content.assocRsp.status;
492 tTwdParam.content.halCtrlAid = pFrame->content.assocRsp.aid;
497 pRsnIe = pFrame->content.assocRsp.pRsnIe;
498 while (length < pFrame->content.assocRsp.rsnIeLen && (pFrame->content.assocRsp.rsnIeLen < 255))
507 if (pFrame
[all...]
H A DscanResultTable.c51 #define UPDATE_BSSID(pSite, pFrame) MAC_COPY((pSite)->bssid, *((pFrame)->bssId))
52 #define UPDATE_BAND(pSite, pFrame) (pSite)->eBand = (pFrame)->band
53 #define UPDATE_BEACON_INTERVAL(pSite, pFrame) pSite->beaconInterval = (pFrame)->parsedIEs->content.iePacket.beaconInerval
54 #define UPDATE_CAPABILITIES(pSite, pFrame) pSite->capabilities = (pFrame)->parsedIEs->content.iePacket.capabilities
55 #define UPDATE_PRIVACY(pSite, pFrame) pSite->privacy = (((pFrame)
244 scanResultTable_UpdateEntry(TI_HANDLE hScanResultTable, TMacAddr *pBssid, TScanFrameInfo* pFrame) argument
469 scanResultTable_UpdateSiteData(TI_HANDLE hScanResultTable, TSiteEntry *pSite, TScanFrameInfo *pFrame) argument
569 scanResultTable_updateRates(TI_HANDLE hScanResultTable, TSiteEntry *pSite, TScanFrameInfo *pFrame) argument
654 scanResultTable_UpdateWSCParams(TSiteEntry *pSite, TScanFrameInfo *pFrame) argument
[all...]
/system/wlan/ti/wilink_6_1/TWD/Data_Service/
H A DRxQueue.c266 * \param pFrame - paket address of the packet
345 TI_UINT8 *pFrame = RX_BUF_DATA((TI_UINT8 *)pBuffer); local
347 dot11_header_t *pHdr = (dot11_header_t *)pFrame;
356 if (IS_QOS_FRAME(*(TI_UINT16*)pFrame) && (pRxParams->packet_class_tag != TAG_CLASS_QOS_DATA) && (pRxParams->packet_class_tag != TAG_CLASS_AMSDU))
632 pDataFrameBody = pFrame + sizeof(dot11_BarFrameHeader_t);
701 pDataFrameBody = pFrame + sizeof(dot11_mgmtHeader_t);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/
H A DTNETW_Driver_types.h159 const void *pFrame; /* Points to the whole packet including Tx-Descriptor + MAC-Header + Data. */ member in struct:__anon574
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmd.c388 int whal_hwMboxCmd_ConfigureTemplateFrame(HwMboxCmd_T *pHwMboxCmd, UINT8 *pFrame, UINT16 FrameSize, argument
404 /* if pFrame is NULL than it means that we just want to reserve place in Fw, and there is no need to copy */
405 if (pFrame != NULL)
408 os_memoryCopy(pHwMboxCmd->hOs, (void *)&pCmd->templateStart, (void *)pFrame, FrameSize);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c483 * I - pFrame - Frame recieved \n
491 TI_STATUS assoc_recv(TI_HANDLE hAssoc, mlmeFrameInfo_t *pFrame) argument
509 if ((pFrame->subType != ASSOC_RESPONSE) && (pFrame->subType != RE_ASSOC_RESPONSE))
515 rspStatus = pFrame->content.assocRsp.status;
531 whalParam.content.halCtrlAid = pFrame->content.assocRsp.aid;
536 pRsnIe = pFrame->content.assocRsp.pRsnIe;
537 while ((length < pFrame->content.assocRsp.rsnIeLen) && (pFrame->content.assocRsp.rsnIeLen < 255))
551 if (pFrame
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c3130 dot11_header_t *pFrame; /* Note : there is no body for null frame */ local
3138 pFrame = (dot11_header_t*)(pMsdu->firstBDPtr->data + TX_TOTAL_OFFSET_BEFORE_DATA);
3141 pFrame->fc = 0;
3142 pFrame->fc |= DOT11_FC_DATA_NULL_FUNCTION;
3143 pFrame->fc |= DOT11_FC_TO_DS;
3147 pFrame->fc |= (0x1 << DOT11_FC_PWR_MGMT_SHIFT);
3158 MAC_COPY(pTxData->hOs, (&pFrame->address3), (&daParam.content.ctrlDataCurrentBSSID));
3169 MAC_COPY(pTxData->hOs, (&pFrame->address2), (&saParam.content.ctrlDataCurrentBSSID));
3172 MAC_COPY(pTxData->hOs, (&pFrame->address1), (&daParam.content.ctrlDataCurrentBSSID));
3300 dot11_PsPollFrameHeader_t *pFrame; /* Not local
4307 dot11_header_t *pFrame; /* Note : there is no body for null frame */ local
[all...]

Completed in 258 milliseconds