Searched refs:NwkAuthTypeEnum (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DNetworkAuthenticationTypeElement.java19 public enum NwkAuthTypeEnum { enum in class:NetworkAuthenticationTypeElement
28 private final NwkAuthTypeEnum m_type;
31 private NetworkAuthentication(NwkAuthTypeEnum type, String url) {
36 public NwkAuthTypeEnum getType() {
62 NwkAuthTypeEnum type;
63 type = typeNumber >= NwkAuthTypeEnum.values().length ?
64 NwkAuthTypeEnum.Reserved :
65 NwkAuthTypeEnum.values()[typeNumber];

Completed in 138 milliseconds