/packages/apps/Settings/res/values-pt-rPT/ |
arrays.xml | 156 <item msgid="535934025797984365">"CHAP"</item> 157 <item msgid="8383098660619805783">"PAP ou CHAP"</item>
|
/packages/apps/Settings/res/values-sv/ |
arrays.xml | 156 <item msgid="535934025797984365">"CHAP"</item> 157 <item msgid="8383098660619805783">"PAP eller CHAP"</item>
|
/packages/apps/Settings/res/values-tr/ |
arrays.xml | 156 <item msgid="535934025797984365">"CHAP"</item> 157 <item msgid="8383098660619805783">"PAP veya CHAP"</item>
|
/external/ppp/pppd/ |
lcp.c | 56 #include "chap-new.h" 660 * NB: we only ask for one of CHAP, UPAP, or EAP, even if we will 661 * accept more than one. We prefer EAP first, then CHAP, then 1060 * hash algorithm for CHAP. 1077 /* If we were asking for CHAP, then we need to stop that. */ 1081 * If we weren't asking for CHAP or EAP, then we were asking for [all...] |
lcp.h | 79 bool neg_chap; /* Ask for CHAP authentication? */
|
pppcrypt.c | 2 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
|
pppd.h | 292 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */ 345 /* Has meaning only with MS-CHAP challenges */ 550 /* get "secret" for chap */ [all...] |
/external/tcpdump/ |
print-ppp.c | 103 { PPP_CHAP, "CHAP" }, 371 /* CHAP */ 796 /* CHAP */ 807 printf("[|chap]"); 811 printf("[|chap 0x%02x]", *p); 817 printf("CHAP, %s (0x%02x)", 831 * Note that this is a generic CHAP decoding routine. Since we 832 * don't know which flavor of CHAP (i.e. CHAP-MD5, MS-CHAPv1, 872 printf("[|chap]"); [all...] |
print-radius.c | 346 { "CHAP Password", NULL, 0, 0, NULL }, 403 { "CHAP challenge", NULL, 0, 0, print_attr_string }, [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 48 ATTRIBUTE CHAP-Password 3 string 85 ATTRIBUTE Chap-Challenge 60 string
|
dictionary.ascend | 195 VALUE Ascend-Send-Auth Send-Auth-CHAP 2 196 VALUE Ascend-Send-Auth Send-Auth-MS-CHAP 3
|
/bionic/libc/kernel/common/linux/ |
wanrouter.h | 316 char chap; member in struct:wanif_conf
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
wanrouter.h | 316 char chap; member in struct:wanif_conf
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
wanrouter.h | 316 char chap; member in struct:wanif_conf
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
wanrouter.h | 316 char chap; member in struct:wanif_conf
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
wanrouter.h | 316 char chap; member in struct:wanif_conf
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
wanrouter.h | 316 char chap; member in struct:wanif_conf
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
wanrouter.h | 316 char chap; member in struct:wanif_conf
|
/packages/apps/Settings/res/values/ |
arrays.xml | 359 <item>CHAP</item> 360 <item>PAP or CHAP</item>
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
TelephonyProvider.java | 193 // The auth type column can have 4 values: 0 (None), 1 (PAP), 2 (CHAP) 194 // 3 (PAP or CHAP). To avoid breaking compatibility, with already working
|
/external/wpa_supplicant_6/wpa_supplicant/ |
Android.mk | 335 CHAP=y 349 CHAP=y 769 ifdef CHAP 770 OBJS += src/eap_common/chap.c
|
Makefile | 312 CHAP=y 326 CHAP=y 746 ifdef CHAP 747 OBJS += ../src/eap_common/chap.o
|
/external/kernel-headers/original/linux/ |
wanrouter.h | 28 * Dec 05, 1997 Jaspreet Singh Added 'pap', 'chap' to 'wanif_conf_t' 412 char chap; /* CHAP enabled or disabled */ member in struct:wanif_conf
|
/external/wpa_supplicant/ |
eap_mschapv2.c | 15 * draft-kamath-pppext-eap-mschapv2-00.txt defines the Microsoft EAP CHAP 17 * derivation. This encapsulates MS-CHAP-v2 protocol which is defined in 713 * changed the username/password. In this case, EAP MS-CHAP-v2
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_mschapv2.c | 15 * draft-kamath-pppext-eap-mschapv2-00.txt defines the Microsoft EAP CHAP 17 * derivation. This encapsulates MS-CHAP-v2 protocol which is defined in 668 * changed the username/password. In this case, EAP MS-CHAP-v2
|