Home | History | Annotate | Download | only in Rx

Lines Matching refs:etherType

81 static TI_STATUS rxData_convertWlanToEthHeader (TI_HANDLE hRxData, mem_MSDU_T *pMsdu, UINT16 * etherType);
1112 UINT16 etherType;
1120 rxData_convertWlanToEthHeader(hRxData,pMsdu,&etherType);
1124 if (etherType == ETHERTYPE_802_1D)
1463 static TI_STATUS rxData_convertWlanToEthHeader (TI_HANDLE hRxData, mem_MSDU_T *pMsdu, UINT16 * etherType)
1476 *etherType = 0;
1499 *etherType = swapedTypeLength;
1512 /* Start moving data from the Ethertype field in the SNAP */
1519 /* See if the Ethertype is in our selective translation table */