Changes between Version 21 and Version 22 of 802.11/wlan_exp/Extending


Ignore:
Timestamp:
Jan 7, 2016, 10:09:18 AM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/Extending

    v21 v22  
    259259Adding new parameters to this flow requires modifying your Python script and the C code for CPU Low.
    260260
    261 Each parameter is identified by a unique 32-bit ID value. The Reference Design reserves some parameter IDs. These reserved values are defined in [browser: /ReferenceDesigns/w3_802.11/python/wlan_exp/cmds.py cmds.py] by constant values named with the prefix {{{CMD_PARAM_LOW_PARAM_}}}. User-defined parameters must not collide with any of the existing {{{CMD_PARAM_LOW_PARAM_}}} values.
     261Each parameter is identified by a unique 32-bit ID value. The Reference Design reserves some parameter IDs. These reserved values are defined in [browser:/ReferenceDesigns/w3_802.11/python/wlan_exp/cmds.py cmds.py] by constant values named with the prefix {{{CMD_PARAM_LOW_PARAM_}}}. User-defined parameters must not collide with any of the existing {{{CMD_PARAM_LOW_PARAM_}}} values.
    262262
    263263We suggest you set the 4 MSB of any new parameters to {{{0xF}}}. We will never use this range for parameters in the reference code. Do this by defining your new parameters with the form: