Changes between Version 4 and Version 5 of 802.11/wlan_exp/bss


Ignore:
Timestamp:
Apr 8, 2016, 5:22:19 PM (8 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/bss

    v4 v5  
    176176
    177177'''Observations:'''
    178   * When setting up the IBSS network for all IBSS nodes, since {{{ht_capable}}} was not specified as part of the {{{n.configure_bss(bssid=bssid, ...)}}}, {{{ht_capable}}} for the BSS was set to a default value based on the value of {{{WLAN_DEFAULT_USE_HT}}} on each node.  If the value of {{{WLAN_DEFAULT_USE_HT}}} was different on any of the nodes, then the {{{ht_capable}}} value of the BSS will be determined by whatever beacon appears first on the network.  For example, if the first beacon has {{{ht_capable}}} set to {{{False}}}, then the entire network will adopt that value regardless of the default value set by {{{configure_bss()}}}. 
     178  * When setting up the IBSS network for all IBSS nodes, since {{{ht_capable}}} was not specified as part of the {{{n.configure_bss(bssid=bssid, ...)}}}, {{{ht_capable}}} for the BSS was set to a default value based on the value of {{{WLAN_DEFAULT_USE_HT}}} on each node.  Each IBSS node will use this value to construct its beacons.  Therefore, if there are different values, then there will be some beacons for the network that advertise HT capabilities and other beacons that do not advertise HT capabilities.
    179179
    180180