Revert "Wifi: Fix handling of mDriverRoaming flag in L2ConnectedState"
Revert “Icc9bf3a4678d95b7bfd6940013469236a0dce118” added to avoid setting
of mDriverRoaming flag incorrectly based on the mLastBssid BSSID and
BSSID received on NETWORK_CONNECTION_EVENT.
During firmware roaming, supplicant detects a change in BSSID and generates
“Associated with” event. Framework receives this event and updates the
mLastBssid with new BSSID.
So due to above commit, it skipped setting mDriverRoaming flag and due to
that NUD failure is not honored at all which is incorrect. We need framework
to honor NUD failure event during 10 seconds after connect event.
Change-Id: I885fbd2f3811d6187ae44cc2b65504b238cb6adc
CRs-Fixed: 1113341
1 file changed