Searched refs:dataLength (Results 1 – 2 of 2) sorted by relevance
46 WifiForwardHeader(uint32_t dataLength, uint32_t radioLength) in WifiForwardHeader()48 , fullLength(__cpu_to_le32(dataLength + sizeof(WifiForwardHeader))) in WifiForwardHeader()
1725 uint32_t dataLength; in halKeyInfo() local1747 dataLength = NANOHUB_RSA_KEY_CHUNK_LEN; in halKeyInfo()1749 dataLength = RSA_BYTES - req->dataOffset; in halKeyInfo()1750 …memcpy(resp->data, (const uint8_t *)ptr + (req->keyNum * RSA_BYTES) + req->dataOffset, dataLength); in halKeyInfo()1751 resp->hdr.len += dataLength; in halKeyInfo()