Searched refs:setKeyMgmt (Results 1 – 2 of 2) sorted by relevance
354 if (!setKeyMgmt(wifiConfigurationToSupplicantKeyMgmtMask(keyMgmtMask))) { in saveWifiConfiguration()1248 private boolean setKeyMgmt(int keyMgmtMask) { in setKeyMgmt() method in SupplicantStaNetworkHal1264 status = mISupplicantStaNetwork.setKeyMgmt(keyMgmtMask); in setKeyMgmt()
1180 }).when(mISupplicantStaNetworkMock).setKeyMgmt(any(int.class)); in setupISupplicantNetworkMock()