View | Details | Raw Unified | Return to bug 605
Collapse All | Expand All

(-)a/src/devices/wifi/nqsta-wifi-mac.cc (-1 / +1 lines)
 Lines 553-559    Link Here 
553
        {
553
        {
554
          goodBeacon = true;
554
          goodBeacon = true;
555
        }
555
        }
556
      if (IsAssociated () && hdr->GetAddr3 () != GetBssid ())
556
      if ((m_state == WAIT_ASSOC_RESP || m_state == ASSOCIATED) && hdr->GetAddr3 () != GetBssid ())
557
        {
557
        {
558
          goodBeacon = false;
558
          goodBeacon = false;
559
        }
559
        }

Return to bug 605