source: ReferenceDesigns/w3_802.11/python/wlan_exp/defaults.py

Last change on this file was 6322, checked in by murphpo, 5 years ago

Empty commit to rebulid docs

File size: 772 bytes
Line 
1# -*- coding: utf-8 -*-
2"""
3------------------------------------------------------------------------------
4Mango 802.11 Reference Design Experiments Framework - Default Constants
5------------------------------------------------------------------------------
6License:   Copyright 2019 Mango Communications, Inc. All rights reserved.
7           Use and distribution subject to terms in LICENSE.txt
8------------------------------------------------------------------------------
9
10This module provides wlan_exp default constants.
11
12"""
13
14# Software application IDs - must match wlan_exp.h #defines
15WLAN_EXP_HIGH_SW_ID_AP   = 0x01
16WLAN_EXP_HIGH_SW_ID_STA  = 0x02
17WLAN_EXP_HIGH_SW_ID_IBSS = 0x03
18
19WLAN_EXP_LOW_SW_ID_DCF   = 0x01
20WLAN_EXP_LOW_SW_ID_NOMAC = 0x02
Note: See TracBrowser for help on using the repository browser.