netbox/netbox/wireless/constants.py

3 lines
65 B
Python
Raw Normal View History

2021-10-12 17:02:53 -04:00
SSID_MAX_LENGTH = 32 # Per IEEE 802.11-2007
2021-10-20 10:58:15 -04:00
PSK_MAX_LENGTH = 64