mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
add new_lf_data_collection to realm
Signed-off-by: lanforge <stidmatt@gmail.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user