mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Update APF VTS for VSR-14 compliance" into main
This commit is contained in:
@@ -175,9 +175,9 @@ TEST_P(WifiStaIfaceAidlTest, CheckApfIsSupported) {
|
||||
EXPECT_TRUE(isFeatureSupported(IWifiStaIface::FeatureSetMask::APF));
|
||||
StaApfPacketFilterCapabilities apf_caps = {};
|
||||
EXPECT_TRUE(wifi_sta_iface_->getApfPacketFilterCapabilities(&apf_caps).isOk());
|
||||
// The APF version must be 4 and the usable memory must be at least
|
||||
// The APF version must be 4 or higher and the usable memory must be at least
|
||||
// 1024 bytes.
|
||||
EXPECT_EQ(apf_caps.version, 4);
|
||||
EXPECT_GE(apf_caps.version, 4);
|
||||
EXPECT_GE(apf_caps.maxLength, 1024);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user