Unset the BSSID when the STA becomes disassociated.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed Oct 01 15:52:33 2008 +0100 (16 months ago)
changeset 3818c0fe00943d4c
parent 3817 60554b664b0c
child 3819 d397f7c0e282
Unset the BSSID when the STA becomes disassociated.
src/devices/wifi/nqsta-wifi-mac.cc
     1.1 --- a/src/devices/wifi/nqsta-wifi-mac.cc	Mon Sep 29 18:58:10 2008 +0100
     1.2 +++ b/src/devices/wifi/nqsta-wifi-mac.cc	Wed Oct 01 15:52:33 2008 +0100
     1.3 @@ -374,6 +374,7 @@
     1.4       * so we should assume we are not associated anymore.
     1.5       * We try to initiate a probe request now.
     1.6       */
     1.7 +    SetBssid (Mac48Address ());
     1.8      m_linkDown ();
     1.9      m_state = WAIT_PROBE_RESP;
    1.10      SendProbeRequest ();