mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-28 20:40:24 +02:00
Sort "interface wireless security-profiles" with other wireless paths (#196)
Move the API data for `interface wireless security-profiles` to be in order with the other entries for `interface wireless …`. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
ed2f326a6a
commit
3b127b12fa
1 changed files with 43 additions and 43 deletions
|
@ -368,49 +368,6 @@ PATHS = {
|
|||
'vrid': KeyInfo(default=1),
|
||||
},
|
||||
),
|
||||
('interface', 'wireless', 'security-profiles'): APIData(
|
||||
unknown_mechanism=True,
|
||||
# primary_keys=('default', ),
|
||||
fields={
|
||||
'default': KeyInfo(),
|
||||
'authentication-types': KeyInfo(),
|
||||
'disable-pmkid': KeyInfo(),
|
||||
'eap-methods': KeyInfo(),
|
||||
'group-ciphers': KeyInfo(),
|
||||
'group-key-update': KeyInfo(),
|
||||
'interim-update': KeyInfo(),
|
||||
'management-protection': KeyInfo(),
|
||||
'management-protection-key': KeyInfo(),
|
||||
'mode': KeyInfo(),
|
||||
'mschapv2-password': KeyInfo(),
|
||||
'mschapv2-username': KeyInfo(),
|
||||
'name': KeyInfo(),
|
||||
'radius-called-format': KeyInfo(),
|
||||
'radius-eap-accounting': KeyInfo(),
|
||||
'radius-mac-accounting': KeyInfo(),
|
||||
'radius-mac-authentication': KeyInfo(),
|
||||
'radius-mac-caching': KeyInfo(),
|
||||
'radius-mac-format': KeyInfo(),
|
||||
'radius-mac-mode': KeyInfo(),
|
||||
'static-algo-0': KeyInfo(),
|
||||
'static-algo-1': KeyInfo(),
|
||||
'static-algo-2': KeyInfo(),
|
||||
'static-algo-3': KeyInfo(),
|
||||
'static-key-0': KeyInfo(),
|
||||
'static-key-1': KeyInfo(),
|
||||
'static-key-2': KeyInfo(),
|
||||
'static-key-3': KeyInfo(),
|
||||
'static-sta-private-algo': KeyInfo(),
|
||||
'static-sta-private-key': KeyInfo(),
|
||||
'static-transmit-key': KeyInfo(),
|
||||
'supplicant-identity': KeyInfo(),
|
||||
'tls-certificate': KeyInfo(),
|
||||
'tls-mode': KeyInfo(),
|
||||
'unicast-ciphers': KeyInfo(),
|
||||
'wpa-pre-shared-key': KeyInfo(),
|
||||
'wpa2-pre-shared-key': KeyInfo(),
|
||||
},
|
||||
),
|
||||
('ip', 'hotspot', 'profile'): APIData(
|
||||
unknown_mechanism=True,
|
||||
# primary_keys=('default', ),
|
||||
|
@ -1245,6 +1202,49 @@ PATHS = {
|
|||
'static-virtual': KeyInfo(default=False),
|
||||
},
|
||||
),
|
||||
('interface', 'wireless', 'security-profiles'): APIData(
|
||||
unknown_mechanism=True,
|
||||
# primary_keys=('default', ),
|
||||
fields={
|
||||
'default': KeyInfo(),
|
||||
'authentication-types': KeyInfo(),
|
||||
'disable-pmkid': KeyInfo(),
|
||||
'eap-methods': KeyInfo(),
|
||||
'group-ciphers': KeyInfo(),
|
||||
'group-key-update': KeyInfo(),
|
||||
'interim-update': KeyInfo(),
|
||||
'management-protection': KeyInfo(),
|
||||
'management-protection-key': KeyInfo(),
|
||||
'mode': KeyInfo(),
|
||||
'mschapv2-password': KeyInfo(),
|
||||
'mschapv2-username': KeyInfo(),
|
||||
'name': KeyInfo(),
|
||||
'radius-called-format': KeyInfo(),
|
||||
'radius-eap-accounting': KeyInfo(),
|
||||
'radius-mac-accounting': KeyInfo(),
|
||||
'radius-mac-authentication': KeyInfo(),
|
||||
'radius-mac-caching': KeyInfo(),
|
||||
'radius-mac-format': KeyInfo(),
|
||||
'radius-mac-mode': KeyInfo(),
|
||||
'static-algo-0': KeyInfo(),
|
||||
'static-algo-1': KeyInfo(),
|
||||
'static-algo-2': KeyInfo(),
|
||||
'static-algo-3': KeyInfo(),
|
||||
'static-key-0': KeyInfo(),
|
||||
'static-key-1': KeyInfo(),
|
||||
'static-key-2': KeyInfo(),
|
||||
'static-key-3': KeyInfo(),
|
||||
'static-sta-private-algo': KeyInfo(),
|
||||
'static-sta-private-key': KeyInfo(),
|
||||
'static-transmit-key': KeyInfo(),
|
||||
'supplicant-identity': KeyInfo(),
|
||||
'tls-certificate': KeyInfo(),
|
||||
'tls-mode': KeyInfo(),
|
||||
'unicast-ciphers': KeyInfo(),
|
||||
'wpa-pre-shared-key': KeyInfo(),
|
||||
'wpa2-pre-shared-key': KeyInfo(),
|
||||
},
|
||||
),
|
||||
('interface', 'wireless', 'sniffer'): APIData(
|
||||
single_value=True,
|
||||
fully_understood=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue