Changes between Version 21 and Version 22 of 802.11/wlan_exp/Extending
- Timestamp:
- Jan 7, 2016, 10:09:18 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
802.11/wlan_exp/Extending
v21 v22 259 259 Adding new parameters to this flow requires modifying your Python script and the C code for CPU Low. 260 260 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: 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. 262 262 263 263 We 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: