Home | History | Annotate | Download | only in wifi

Lines Matching defs:AuthAlgorithm

130     public static class AuthAlgorithm {
131 private AuthAlgorithm() { }
330 * See {@link AuthAlgorithm} for descriptions of the values.
1480 if (a < AuthAlgorithm.strings.length) {
1481 sbuf.append(AuthAlgorithm.strings[a]);