Skip to content

Commit 62ac1ae

Browse files
committed
[airos] used encryption in protocol function
1 parent 06bf150 commit 62ac1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/backends/airos/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def protocol(interface):
7171
"""
7272
Return wireless interface encryption
7373
"""
74-
return interface['wireless']['encryption']['protocol']
74+
return encryption(interface)['protocol']
7575

7676

7777
def psk(interface):

0 commit comments

Comments
 (0)