Added roaming and boundary interface modes

This commit is contained in:
Mark Qvist 2022-05-13 21:03:51 +02:00
parent 4b38a776a3
commit 8636259886
5 changed files with 49 additions and 7 deletions

View file

@ -34,6 +34,8 @@ class Interface:
MODE_FULL = 0x01
MODE_POINT_TO_POINT = 0x02
MODE_ACCESS_POINT = 0x03
MODE_ROAMING = 0x04
MODE_BOUNDARY = 0x05
def __init__(self):
self.rxb = 0