mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
added mising enable ft psk action
This commit is contained in:
@@ -211,7 +211,7 @@ class create_controller_series_object:
|
|||||||
self.command_extend = ["--action", self.action, "--value", self.value]
|
self.command_extend = ["--action", self.action, "--value", self.value]
|
||||||
self.command.extend(self.command_extend)
|
self.command.extend(self.command_extend)
|
||||||
|
|
||||||
elif self.action in ["create_wlan", "create_wlan_wpa2", "create_wlan_wpa3", "dtim"]:
|
elif self.action in ["create_wlan", "create_wlan_wpa2", "create_wlan_wpa3", "dtim", "enable_ft_akm_ftpsk"]:
|
||||||
|
|
||||||
if self.action in ["create_wlan"]:
|
if self.action in ["create_wlan"]:
|
||||||
self.command_extend = ["--action", self.action, "--wlan", self.wlan,
|
self.command_extend = ["--action", self.action, "--wlan", self.wlan,
|
||||||
|
|||||||
Reference in New Issue
Block a user