Searched refs:setEapErp (Results 1 – 2 of 2) sorted by relevance
797 if (!setEapErp(true)) { in saveWifiEnterpriseConfig()2154 private boolean setEapErp(boolean enable) { in setEapErp() method in SupplicantStaNetworkHal2165 SupplicantStatus status = iSupplicantStaNetworkV13.setEapErp(enable); in setEapErp()
441 verify(mISupplicantStaNetworkV13).setEapErp(eq(true)); in testTLSWifiEnterpriseConfigWithFilsEapErp()2260 }).when(mISupplicantStaNetworkV13).setEapErp(any(boolean.class)); in setupISupplicantNetworkMock()