mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Add aggressive roaming support to the
Vendor HAL implementation. Bug: 269196966 Test: Vendor HAL Gtest suite Test: atest VtsHalWifiStaIfaceTargetTest Change-Id: I63d9f9a6994fbf76c16c82834f70c7a1e4966ad4
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user