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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrlServ.c 140 TI_UINT8 encryptionFieldSize;
171 &encryptionFieldSize);
175 headerLength += encryptionFieldSize;
txCtrl.h 114 TI_UINT8 encryptionFieldSize; /* size to reserve in WLAN header for encryption */
txCtrlParams.c 545 void txCtrlParams_setEncryptionFieldSizes (TI_HANDLE hTxCtrl, TI_UINT8 encryptionFieldSize)
549 pTxCtrl->encryptionFieldSize = encryptionFieldSize;
565 *pEncryptionFieldSize = pTxCtrl->encryptionFieldSize;
727 WLAN_OS_REPORT(("encryptionFieldSize = %d\n", pTxCtrl->encryptionFieldSize));
    [all...]
txCtrl_Api.h 118 void txCtrlParams_setEncryptionFieldSizes (TI_HANDLE hTxCtrl, TI_UINT8 encryptionFieldSize);
txCtrl.c 214 pTxCtrl->encryptionFieldSize = 0;
702 uHdrLen += pTxCtrl->encryptionFieldSize;
703 uHdrAlignPad = pTxCtrl->encryptionFieldSize % 4;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrlServ.c 140 TI_UINT8 encryptionFieldSize;
171 &encryptionFieldSize);
175 headerLength += encryptionFieldSize;
txCtrl.h 113 TI_UINT8 encryptionFieldSize; /* size to reserve in WLAN header for encryption */
txCtrlParams.c 536 void txCtrlParams_setEncryptionFieldSizes (TI_HANDLE hTxCtrl, TI_UINT8 encryptionFieldSize)
540 pTxCtrl->encryptionFieldSize = encryptionFieldSize;
556 *pEncryptionFieldSize = pTxCtrl->encryptionFieldSize;
718 WLAN_OS_REPORT(("encryptionFieldSize = %d\n", pTxCtrl->encryptionFieldSize));
    [all...]
txCtrl_Api.h 118 void txCtrlParams_setEncryptionFieldSizes (TI_HANDLE hTxCtrl, TI_UINT8 encryptionFieldSize);
txCtrl.c 213 pTxCtrl->encryptionFieldSize = 0;
754 uHdrLen += pTxCtrl->encryptionFieldSize;
760 uHdrLen += pTxCtrl->encryptionFieldSize;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.h 246 UINT8 encryptionFieldSize; /* size to reserve in WLAN header fpr encryption */
tx.c 530 pTxData->encryptionFieldSize = 0;
722 pTxData->saveEncryptionFieldSize = pTxData->encryptionFieldSize;
726 pTxData->encryptionFieldSize = 0;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 771 TI_UINT8 encryptionFieldSize, copyPayloadOffset, lenToCopy;
828 txCtrlParams_getCurrentEncryptionInfo (pSiteMgr->hTxCtrl, &privacyInvoked, &encryptionFieldSize);
830 /* If no encryption is used, encryptionFieldSize has garbage value */
831 encryptionFieldSize = privacyInvoked ? encryptionFieldSize : 0;
844 copyPayloadOffset = sizeof(pBuffer->hdr.qosControl) + AES_AFTER_HEADER_FIELD_SIZE - encryptionFieldSize;
850 copyPayloadOffset = AES_AFTER_HEADER_FIELD_SIZE - encryptionFieldSize;

Completed in 103 milliseconds