Changes between Version 94 and Version 95 of 802.11/Changelog


Ignore:
Timestamp:
Jan 13, 2015, 11:22:33 AM (9 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v94 v95  
    2525'''wlan_exp Framework Changes:'''
    2626  * Changed the API to [https://warpproject.org/docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.set_tx_power set_tx_power] and [https://warpproject.org/docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.get_tx_power get_tx_power].
    27   * Added new command for [https://warpproject.org/docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode. configure_pkt_det_min_power configure_pkt_det_min_power].
     27  * Added new command for [https://warpproject.org/docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.configure_pkt_det_min_power configure_pkt_det_min_power].
    2828  * Fixed an issue with reading promiscuous statistics from a node when providing a specific MAC address. Previously, the board would only look for this MAC address within the list of associated stations instead of all promiscuous statistics.
    2929  * Fixed an issue with the implementation of [https://warpproject.org/docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.set_tx_rate_unicast set_tx_rate_unicast] and [https://warpproject.org/docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.set_tx_ant_mode_unicast set_tx_ant_mode_unicast] when using the curr_assoc=True argument. The node will now correctly loop through all associated stations and make the necessary adjustment to the transmission parameters.