We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bf150 commit 62ac1aeCopy full SHA for 62ac1ae
1 file changed
netjsonconfig/backends/airos/interface.py
@@ -71,7 +71,7 @@ def protocol(interface):
71
"""
72
Return wireless interface encryption
73
74
- return interface['wireless']['encryption']['protocol']
+ return encryption(interface)['protocol']
75
76
77
def psk(interface):
0 commit comments