Searched refs:requirePMF (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java89 // Value stored by supplicant to requirePMF
305 config.requirePMF = false;
308 config.requirePMF = Integer.parseInt(value) == STORED_VALUE_FOR_REQUIRE_PMF;
735 if (config.requirePMF && !mWifiNative.setNetworkVariable(
739 loge(config.SSID + ": failed to set requirePMF: " + config.requirePMF);
H A DWifiConfigManager.java2176 if (originalConfig.requirePMF != currentConfig.requirePMF) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java308 public boolean requirePMF; field in class:WifiConfiguration
1937 dest.writeInt(requirePMF ? 1 : 0);
2009 config.requirePMF = in.readInt() != 0;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java482 // Verify that an attempt to read back the requirePMF variable was made.
1463 updateRequirePMFConfig.requirePMF = true;

Completed in 89 milliseconds