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

Commit ae33929a authored by Sunil Ravi's avatar Sunil Ravi
Browse files

Wifi: DPP test cases failing in VTS test

call  1_3 version of GetKeyMgmtCapabilities() from isDppSupported() method.

Bug: 146804291
Test: atest -c VtsHalWifiSupplicantV1_3TargetTest
Change-Id: Ib0bfe2e48b8cbe3d04e73f65bd926ab1992a4bae
parent d97b9ab2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -109,10 +109,9 @@ class SupplicantStaIfaceHidlTest : public ::testing::VtsHalHidlTargetTestBase {

        // We need to first get the key management capabilities from the device.
        // If DPP is not supported, we just pass the test.
        sta_iface_->getKeyMgmtCapabilities(
        sta_iface_->getKeyMgmtCapabilities_1_3(
            [&](const SupplicantStatus& status, uint32_t keyMgmtMaskInternal) {
                EXPECT_EQ(SupplicantStatusCode::SUCCESS, status.code);

                keyMgmtMask = keyMgmtMaskInternal;
            });