00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef WIFI_FRAME_SEQCTL_DEST_BSSID_TIMESTAMP_ID_HH_
00023 # define WIFI_FRAME_SEQCTL_DEST_BSSID_TIMESTAMP_ID_HH_
00024
00025 # include <wipal/wifi/timestamp.hh>
00026 # include <wipal/wifi/frame/unique_id/unique_id.hh>
00027
00028 namespace wifi
00029 {
00030
00031 namespace frame
00032 {
00033
00034 namespace internals
00035 {
00036
00037 struct seq_dst_bss_tmp_tag1 {};
00038 struct seq_dst_bss_tmp_tag2 {};
00039 struct seq_dst_bss_tmp_tag3 {};
00040
00041 }
00042
00043 typedef
00044 unique_id<
00045 internals::adapter<uint16_t, internals::seq_dst_bss_tmp_tag1>,
00046 internals::adapter<unsigned, internals::seq_dst_bss_tmp_tag2>,
00047 internals::adapter<unsigned, internals::seq_dst_bss_tmp_tag3>,
00048 timestamp>
00049 seq_dst_bss_tmp_id;
00050
00051 template <>
00052 struct unique_id_factory<seq_dst_bss_tmp_id>
00053 {
00054 template <class HeaderType, class D>
00055 boost::optional<seq_dst_bss_tmp_id>
00056 build(const pcapxx::frame_descriptor<D>& desc,
00057 addr_mapping& mapping);
00058 };
00059
00060 }
00061
00062 }
00063
00064 # include "seqctl_dest_bssid_timestamp.hxx"
00065
00066 #endif // ! WIFI_FRAME_SEQCTL_DEST_BSSID_TIMESTAMP_ID_HH_