HomeSort by relevance Sort by last modified time
    Searched refs:encryptionFieldSize (Results 1 - 6 of 6) 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...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 775 TI_UINT8 encryptionFieldSize, copyPayloadOffset, lenToCopy;
832 txCtrlParams_getCurrentEncryptionInfo (pSiteMgr->hTxCtrl, &privacyInvoked, &encryptionFieldSize);
834 /* If no encryption is used, encryptionFieldSize has garbage value */
835 encryptionFieldSize = privacyInvoked ? encryptionFieldSize : 0;
848 copyPayloadOffset = sizeof(pBuffer->hdr.qosControl) + AES_AFTER_HEADER_FIELD_SIZE - encryptionFieldSize;
854 copyPayloadOffset = AES_AFTER_HEADER_FIELD_SIZE - encryptionFieldSize;

Completed in 62 milliseconds