Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java154 wepNetwork.wepKeys = WifiConfigurationTestUtil.TEST_WEP_KEYS_WITH_NULL; in testWepWifiConfigurationSerializeDeserializeWithEncryption()
176 wepNetwork.wepKeys = WifiConfigurationTestUtil.TEST_WEP_KEYS_WITH_NULL; in testWepWifiConfigurationSerializeDeserializeWithEncryptionFailed()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java80 public static final String[] TEST_WEP_KEYS_WITH_NULL = { field in WifiConfigurationTestUtil