mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
Import L3CXProfile into realm so that we prevent breakage with clients scripts.
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -8,7 +8,6 @@ from LANforge import LFUtils
|
||||
from LANforge import set_port
|
||||
from LANforge import add_sta
|
||||
from LANforge import add_dut
|
||||
from LANforge import lfcli_base
|
||||
from LANforge import add_vap
|
||||
from LANforge.lfcli_base import LFCliBase
|
||||
#from generic_cx import GenericCx
|
||||
@@ -17,11 +16,10 @@ from LANforge.add_monitor import *
|
||||
import os
|
||||
import datetime
|
||||
import base64
|
||||
import xlsxwriter
|
||||
import pandas as pd
|
||||
import requests
|
||||
import ast
|
||||
import csv
|
||||
from l3_cxprofile import L3CXProfile
|
||||
|
||||
|
||||
def wpa_ent_list():
|
||||
|
||||
Reference in New Issue
Block a user