Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67d33e97 authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Add aggressive roaming support to the

Vendor HAL implementation.

Bug: 269196966
Test: Vendor HAL Gtest suite
Test: atest VtsHalWifiStaIfaceTargetTest
Change-Id: I63d9f9a6994fbf76c16c82834f70c7a1e4966ad4
parent 2b8b126c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1147,6 +1147,8 @@ legacy_hal::fw_roaming_state_t convertAidlRoamingStateToLegacy(StaRoamingState s
            return legacy_hal::ROAMING_ENABLE;
        case StaRoamingState::DISABLED:
            return legacy_hal::ROAMING_DISABLE;
        case StaRoamingState::AGGRESSIVE:
            return legacy_hal::ROAMING_AGGRESSIVE;
    };
    CHECK(false);
}
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ using ::NanTransmitFollowupRequest;
using ::NanTxType;
using ::NpkSecurityAssociation;
using ::PASN;
using ::ROAMING_AGGRESSIVE;
using ::ROAMING_DISABLE;
using ::ROAMING_ENABLE;
using ::RTT_PEER_AP;