Changes between Version 9 and Version 10 of 802.11/wlan_exp/Porting_v1.5


Ignore:
Timestamp:
Apr 19, 2016, 12:22:38 PM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/Porting_v1.5

    v9 v10  
    212212}}}
    213213
     214=== Removed Entry Types ===
     215
     216The following entry types have been removed:
     217 * {{{BSS_INFO}}}: use [//docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.get_bss_info n.get_bss_info()] and [//docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.get_network_list n.get_network_list()] to retrieve BSS information from a node.
     218 * {{{STATION_INFO}}}: use [//docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.get_station_info n.get_station_info()] to retrieve information about associated stations from a node
     219 * {{{COUNTS_TXRX}}}: use [//docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.counts_get_txrx n.counts_get_txrx()] to retrieve Tx/Rx counts data from a node