Home
last modified time | relevance | path

Searched refs:AUTH_STRING_LABEL (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/
DEapMsChapV2TypeData.java209 private static final String AUTH_STRING_LABEL = "S"; field in EapMsChapV2TypeData.EapMsChapV2SuccessRequest
227 if (!mappings.containsKey(AUTH_STRING_LABEL) in EapMsChapV2SuccessRequest()
233 String authStringHex = mappings.get(AUTH_STRING_LABEL); in EapMsChapV2SuccessRequest()