mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
radio option fix
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -95,6 +95,7 @@ def main():
|
|||||||
outfile=args.outfile,
|
outfile=args.outfile,
|
||||||
duration=args.duration,
|
duration=args.duration,
|
||||||
channel=args.channel,
|
channel=args.channel,
|
||||||
|
radio=args.radio,
|
||||||
radio_mode=args.radio_mode
|
radio_mode=args.radio_mode
|
||||||
)
|
)
|
||||||
obj.setup()
|
obj.setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user