add new_lf_data_collection to realm

Signed-off-by: lanforge <stidmatt@gmail.com>
This commit is contained in:
lanforge
2021-04-07 10:38:39 -07:00
parent 0a3c126390
commit d486854a6e

View File

@@ -19,6 +19,7 @@ from wifi_monitor_profile import WifiMonitor
from gen_cxprofile import GenCXProfile
from qvlan_profile import QVLANProfile
from port_utils import PortUtils
from lfdata import LFDataCollection
# ---- ---- ---- ---- Other Imports ---- ---- ---- ----
import re
import time
@@ -921,6 +922,9 @@ class Realm(LFCliBase):
# test_group_profile = test_group_profile2.TestGroupProfile2(self.lfclient_host, self.lfclient_port, local_realm=self, debug_=self.debug)
return test_group_profile
def new_lf_data_collection(self):
return LFDataCollection(local_realm=self)
class PacketFilter():
def get_filter_wlan_assoc_packets(self, ap_mac, sta_mac):