@@ -638,6 +638,7 @@ class dot11_advertised_ssid : public tracker_component {
638638 __ImportField (ht_mode, p);
639639 __ImportField (ht_center_1, p);
640640 __ImportField (ht_center_2, p);
641+ __ImportField (channel_width, p);
641642
642643 __ImportField (first_time, p);
643644 __ImportField (last_time, p);
@@ -750,6 +751,7 @@ class dot11_advertised_ssid : public tracker_component {
750751 __Proxy (ht_mode, std::string, std::string, std::string, ht_mode);
751752 __Proxy (ht_center_1, uint64_t , uint64_t , uint64_t , ht_center_1);
752753 __Proxy (ht_center_2, uint64_t , uint64_t , uint64_t , ht_center_2);
754+ __Proxy (channel_width, uint64_t , uint64_t , uint64_t , channel);
753755
754756 __Proxy (first_time, uint64_t , time_t , time_t , first_time);
755757 __ProxySetIfLess (first_time, uint64_t , uint64_t , first_time);
@@ -880,6 +882,7 @@ class dot11_advertised_ssid : public tracker_component {
880882 std::shared_ptr<tracker_element_string> ht_mode;
881883 std::shared_ptr<tracker_element_uint64> ht_center_1;
882884 std::shared_ptr<tracker_element_uint64> ht_center_2;
885+ std::shared_ptr<tracker_element_uint64> channel_width;
883886
884887 std::shared_ptr<tracker_element_uint64> first_time;
885888 std::shared_ptr<tracker_element_uint64> last_time;
0 commit comments