Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java218 if (getKeyMgmt()) { in loadWifiConfiguration()
2250 private boolean getKeyMgmt() { in getKeyMgmt() method in SupplicantStaNetworkHal
2259 mISupplicantStaNetwork.getKeyMgmt((SupplicantStatus status, in getKeyMgmt()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1696 .getKeyMgmt(any(ISupplicantStaNetwork.getKeyMgmtCallback.class)); in setupISupplicantNetworkMock()