/external/ppp/pppd/plugins/radius/etc/ |
dictionary.microsoft | 9 ATTRIBUTE MS-CHAP-Response 1 string Microsoft 10 ATTRIBUTE MS-CHAP-Error 2 string Microsoft 11 ATTRIBUTE MS-CHAP-CPW-1 3 string Microsoft 12 ATTRIBUTE MS-CHAP-CPW-2 4 string Microsoft 13 ATTRIBUTE MS-CHAP-LM-Enc-PW 5 string Microsoft 14 ATTRIBUTE MS-CHAP-NT-Enc-PW 6 string Microsoft 21 ATTRIBUTE MS-CHAP-Domain 10 string Microsoft 22 ATTRIBUTE MS-CHAP-Challenge 11 string Microsoft 23 ATTRIBUTE MS-CHAP-MPPE-Keys 12 string Microsoft 70 VALUE MS-Acct-Auth-Type CHAP [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
chap.c | 2 * CHAP-MD5 (RFC 1994) 13 #include "chap.h"
|
chap.h | 2 * CHAP-MD5 (RFC 1994)
|
Makefile | 12 chap.o \
|
/frameworks/base/packages/Osu/src/com/android/anqp/eap/ |
NonEAPInnerAuth.java | 16 public enum NonEAPType {Reserved, PAP, CHAP, MSCHAP, MSCHAPv2} 24 sOmaMap.put(NonEAPType.CHAP, "CHAP"); 25 sOmaMap.put(NonEAPType.MSCHAP, "MS-CHAP"); 26 sOmaMap.put(NonEAPType.MSCHAPv2, "MS-CHAP-V2");
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/ |
NonEAPInnerAuth.java | 16 public enum NonEAPType {Reserved, PAP, CHAP, MSCHAP, MSCHAPv2} 24 sOmaMap.put(NonEAPType.CHAP, "CHAP"); 25 sOmaMap.put(NonEAPType.MSCHAP, "MS-CHAP"); 26 sOmaMap.put(NonEAPType.MSCHAPv2, "MS-CHAP-V2");
|
/external/ppp/pppd/ |
chap-new.c | 2 * chap-new.c - New CHAP implementation. 31 #define RCSID "$Id: chap-new.c,v 1.9 2007/06/19 02:08:35 carlsonj Exp $" 37 #include "chap-new.h" 38 #include "chap-md5.h" 52 /* Hook for a plugin to validate CHAP challenge */ 69 { "chap-restart", o_int, &chap_timeout_time, 70 "Set timeout for CHAP", OPT_PRIO }, 71 { "chap-max-challenge", o_int, &chap_max_transmits, 73 { "chap-interval", o_int, &chap_rechallenge_time [all...] |
chap-new.h | 2 * chap-new.c - New CHAP implementation. 32 * CHAP packets begin with a standard header with code, id, len (2 bytes). 45 * CHAP digest codes. 114 /* Hook for a plugin to validate CHAP challenge */ 129 /* Represents the CHAP protocol to the main pppd code */
|
Makefile.sol2 | 11 OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o eap.o md5.o \ 13 chap-md5.o session.o 38 # Uncomment to enable MS-CHAP
|
Android.mk | 7 chap-md5.c \ 8 chap-new.c \
|
chap-md5.h | 2 * chap-md5.h - New CHAP/MD5 implementation.
|
chap-md5.c | 2 * chap-md5.c - New CHAP/MD5 implementation. 31 #define RCSID "$Id: chap-md5.c,v 1.4 2004/11/09 22:39:25 paulus Exp $" 36 #include "chap-new.h" 37 #include "chap-md5.h"
|
chap_ms.h | 38 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ 43 /* E=eeeeeeeeee error codes for MS-CHAP failure messages. */ 52 * Offsets within the response field for MS-CHAP
|
Makefile.linux | 14 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c ccp.c \ 16 demand.c utils.c tty.c eap.c chap-md5.c session.c 18 HEADERS = ccp.h session.h chap-new.h ecp.h fsm.h ipcp.h \ 23 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o \ 25 eap.o chap-md5.o session.o 39 # MS-CHAP authentication protocol. Also, edit plugins/radius/Makefile.linux.
|
pathnames.h | 22 #define _PATH_CHAPFILE _ROOT_PATH "/etc/ppp/chap-secrets"
|
pppcrypt.h | 2 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
|
/external/ppp/pppd/plugins/radius/ |
pppd-radius.8 | 20 The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and 24 .I /etc/ppp/chap-secrets
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_md5.c | 13 #include "eap_common/chap.h" 55 * CHAP Challenge: 82 * CHAP Response: 91 wpa_printf(MSG_INFO, "EAP-MD5: CHAP MD5 operation failed");
|
/external/wpa_supplicant_8/hs20/client/ |
devdetail.xml | 11 <InnerMethod>MS-CHAP-V2</InnerMethod>
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/ |
formatter.py | 107 for chap in self.processor.chapters: 109 self.toc_chapter_enter( chap ) 111 for section in chap.sections: 115 self.toc_chapter_exit( chap )
|
/external/ppp/pppd/plugins/ |
passwordfd.c | 7 * with pap- and chap-secrets files.
|
/external/autotest/client/cros/ |
vpn_server.py | 73 ' require chap = yes\n' 84 'etc/ppp/chap-secrets' : 85 '%(chap-user)s * %(chap-secret)s *', 166 'chap-user': self.CHAP_USER, 167 'chap-secret': self.CHAP_SECRET,
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_md5.c | 14 #include "eap_common/chap.h" 124 wpa_printf(MSG_INFO, "EAP-MD5: CHAP MD5 operation failed");
|
/frameworks/opt/net/wifi/tests/wifitests/assets/ |
r1.PerProviderSubscription.conf | 16 b:InnerMethod=a:MS-CHAP-V2 83 b:InnerMethod=a:MS-CHAP-V2
|
r2.PerProviderSubscription.conf | 66 b:InnerMethod=a:MS-CHAP-V2 85 b:InnerMethod=a:MS-CHAP-V2
|