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 0941608 commit 69c578bCopy full SHA for 69c578b
1 file changed
netjsonconfig/backends/airos/interface.py
@@ -25,6 +25,13 @@ def bssid(interface):
25
return interface['wireless'].get('bssid', '')
26
27
28
+def encryption(interface):
29
+ """
30
+ Return the encryption dict for a wireless interface
31
32
+ return interface['wireless']['encryption']
33
+
34
35
def flowcontrol(interface):
36
"""
37
Return the configuration for ``flowcontrol`` on interface
0 commit comments