mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
9 lines
165 B
Python
9 lines
165 B
Python
from lab_ap_info import *
|
|
from JfrogHelper import GetBuild
|
|
from ap_ssh import ssh_cli_active_fw
|
|
|
|
|
|
def get_ap_info(args):
|
|
return ssh_cli_active_fw(args)
|
|
pass
|