Vanetza
Loading...
Searching...
No Matches
encap_request.hpp
1
#ifndef ENCAP_REQUEST_HPP_OX8CLPLW
2
#define ENCAP_REQUEST_HPP_OX8CLPLW
3
4
#include <vanetza/common/its_aid.hpp>
5
#include <vanetza/net/packet.hpp>
6
7
namespace
vanetza
8
{
9
namespace
security
10
{
11
12
/**
13
* Input data for encapsulating a packet in a secured message
14
* \see TS 102 723-8 for SN-ENCAP.request
15
*/
16
struct
EncapRequest
{
17
DownPacket
plaintext_payload;
// mandatory
18
ItsAid its_aid;
// mandatory
19
};
20
21
}
// namespace security
22
}
// namespace vanetza
23
24
#endif
// ENCAP_REQUEST_HPP_OX8CLPLW
vanetza::ChunkPacket
ChunckPacket is a packet consisting of several memory chunks.
Definition:
chunk_packet.hpp:19
vanetza::security::EncapRequest
Definition:
encap_request.hpp:16
vanetza
security
encap_request.hpp
Generated on Thu Nov 30 2023 12:03:35 for Vanetza by
1.9.6