create 802.15.4 interface type

This commit is contained in:
iamk3
2024-09-19 16:18:09 -04:00
committed by Jeremy Stretch
parent 88abb6902d
commit b7df06ae7f
2 changed files with 3 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ WIRELESS_IFACE_TYPES = [
InterfaceTypeChoices.TYPE_80211AY,
InterfaceTypeChoices.TYPE_80211BE,
InterfaceTypeChoices.TYPE_802151,
InterfaceTypeChoices.TYPE_802154,
InterfaceTypeChoices.TYPE_OTHER_WIRELESS,
]