Changes between Version 6 and Version 7 of 802.11/wlan_exp/app_notes/tutorial_hop_mac/slow_hopping


Ignore:
Timestamp:
Aug 4, 2015, 3:12:28 PM (9 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/app_notes/tutorial_hop_mac/slow_hopping

    v6 v7  
    2828}}}
    2929
    30 The {{{HOP_INTERVAL_NUM_TBTT}}} definition will determine how many beacon intervals pass before the AP hops to a new frequency. Next, we need to set the {{{HOP_MODE}}} variable in {{{main()}}}. We will default to no frequency hopping. Before the main {{{while(1){}}}} loop, add the following line:
     30The {{{HOP_INTERVAL_NUM_TBTT}}} definition will determine how many beacon intervals pass before the AP hops to a new frequency. Next, we need to set the {{{HOP_MODE}}} variable in {{{main()}}}. We will default to no frequency hopping. Before the main {{{while(1)}}} loop, add the following line:
    3131
    3232{{{