Changes between Version 1 and Version 2 of 802.11/wlan_exp/examples


Ignore:
Timestamp:
Feb 11, 2014, 3:08:17 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/examples

    v1 v2  
    1919
    2020#Find the AP node
    21 n_ap = [n for n in nodes if n.node_type == NT_AP][0]
     21n_ap = wlan_exp_util.wlan_exp_get_ap_nodes(nodes)[0]
    2222
    2323#Find the STA node
    24 n_sta = [n for n in nodes if n.node_type == NT_STA][0]
     24n_sta = wlan_exp_util.wlan_exp_get_sta_nodes(nodes)[0]
    2525
    2626#Start a flow from the AP's local traffic generator (LTG) to the STA