Home | History | Annotate | Download | only in wifi

Lines Matching refs:wepKeys

412      * This currently masks the following elements: psk, wepKeys & enterprise config password.
418 if (configuration.wepKeys != null) {
419 for (int i = 0; i < configuration.wepKeys.length; i++) {
420 if (!TextUtils.isEmpty(configuration.wepKeys[i])) {
421 configuration.wepKeys[i] = PASSWORD_MASK;
752 if (externalConfig.wepKeys != null) {
754 for (int i = 0; i < internalConfig.wepKeys.length; i++) {
755 if (externalConfig.wepKeys[i] != null
756 && !externalConfig.wepKeys[i].equals(PASSWORD_MASK)) {
757 internalConfig.wepKeys[i] = externalConfig.wepKeys[i];