Searched refs:mPreSharedKey (Results 1 – 1 of 1) sorted by relevance
53 private String mPreSharedKey; field in WifiNetworkConfig63 mPreSharedKey = preSharedKey; in WifiNetworkConfig()72 mPreSharedKey = config.mPreSharedKey; in WifiNetworkConfig()119 return isValidConfig(config.mSecurity, config.mSsid, config.mPreSharedKey, in isValidConfig()174 .append(TextUtils.isEmpty(mPreSharedKey) ? empty in getQrCode()175 : escapeSpecialCharacters(mPreSharedKey)) in getQrCode()192 return mPreSharedKey; in getPreSharedKey()265 final int length = mPreSharedKey.length(); in getWifiConfigurations()267 && mPreSharedKey.matches("[0-9A-Fa-f]*")) { in getWifiConfigurations()268 wifiConfiguration.wepKeys[0] = mPreSharedKey; in getWifiConfigurations()[all …]