# -*- coding: utf-8 -*- """ ------------------------------------------------------------------------------ Mango 802.11 Reference Design Experiments Framework - Default Constants ------------------------------------------------------------------------------ License: Copyright 2019 Mango Communications, Inc. All rights reserved. Use and distribution subject to terms in LICENSE.txt ------------------------------------------------------------------------------ This module provides wlan_exp default constants. """ # Software application IDs - must match wlan_exp.h #defines WLAN_EXP_HIGH_SW_ID_AP = 0x01 WLAN_EXP_HIGH_SW_ID_STA = 0x02 WLAN_EXP_HIGH_SW_ID_IBSS = 0x03 WLAN_EXP_LOW_SW_ID_DCF = 0x01 WLAN_EXP_LOW_SW_ID_NOMAC = 0x02