Home
last modified time | relevance | path

Searched refs:pmfVarName (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java300 value = mWifiNative.getNetworkVariable(netId, WifiConfiguration.pmfVarName); in readNetworkVariables()
733 WifiConfiguration.pmfVarName, in saveNetwork()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java464 when(mWifiNative.getNetworkVariable(network, WifiConfiguration.pmfVarName)) in verifySaveNetwork()
483 verify(mWifiNative).getNetworkVariable(network, WifiConfiguration.pmfVarName); in verifySaveNetwork()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java64 public static final String pmfVarName = "ieee80211w"; field in WifiConfiguration