Home
last modified time | relevance | path

Searched refs:enableTlsSuiteBEapPhase1Param (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java281 verify(mISupplicantStaNetworkV12).enableTlsSuiteBEapPhase1Param(anyBoolean()); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()
309 .enableTlsSuiteBEapPhase1Param(any(boolean.class)); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
1561 }).when(mISupplicantStaNetworkV12).enableTlsSuiteBEapPhase1Param(any(boolean.class)); in setupISupplicantNetworkMock()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java567 if (!enableTlsSuiteBEapPhase1Param(true)) { in saveSuiteBConfig()
1332 private boolean enableTlsSuiteBEapPhase1Param(boolean enable) { in enableTlsSuiteBEapPhase1Param() method in SupplicantStaNetworkHal
1345 .enableTlsSuiteBEapPhase1Param(enable); in enableTlsSuiteBEapPhase1Param()