Searched refs:ExtWiFiPath (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
D | OMADMAdapter.java | 40 private static final String[] ExtWiFiPath = {"DevDetail", "Ext", "org.wi-fi", "Wi-Fi"}; field in OMADMAdapter 50 RTProps.put(ExtWiFiPath[2], "urn:wfa:mo-ext:hotspot2dot0-devdetail-ext:1.0"); in RTProps.put() 182 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_TTLS, ExtWiFiPath, in OMADMAdapter() 184 mDevDetail.add(new ConstPathAccessor<>(mapInnerType(NonEAPType.MSCHAPv2), ExtWiFiPath, in OMADMAdapter() 188 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_TTLS, ExtWiFiPath, in OMADMAdapter() 190 mDevDetail.add(new ConstPathAccessor<>(mapInnerType(NonEAPType.PAP), ExtWiFiPath, in OMADMAdapter() 194 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_TTLS, ExtWiFiPath, in OMADMAdapter() 196 mDevDetail.add(new ConstPathAccessor<>(mapInnerType(NonEAPType.MSCHAP), ExtWiFiPath, in OMADMAdapter() 200 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_TLS, ExtWiFiPath, in OMADMAdapter() 203 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_AKA, ExtWiFiPath, in OMADMAdapter() [all …]
|