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