HomeSort by relevance Sort by last modified time
    Searched full:chap (Results 26 - 50 of 314) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataProfile.java 36 //(None: 0, PAP: 1, CHAP: 2, PAP&CHAP: 3)
  /external/ppp/pppd/
chap_ms.c 2 * chap_ms.c - Microsoft MS-CHAP compatible implementation.
34 * Implemented LANManager type password response to MS-CHAP challenges.
90 #include "chap-new.h"
124 /* Has meaning only with MS-CHAP challenges */
151 "Use LanMan passwd when using MS-CHAP", 1 },
155 "specify CHAP challenge" },
157 "specify CHAP peer challenge" },
163 * chapms_generate_challenge - generate a challenge for MS-CHAP.
164 * For MS-CHAP the challenge length is fixed at 8 bytes.
234 /* See comments below for MS-CHAP V2 *
    [all...]
auth.c 110 #include "chap-new.h"
180 /* Hook for a plugin to say if we can possibly authenticate a peer using CHAP */
183 /* Hook for a plugin to get the CHAP password for authenticating us */
225 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */
228 bool refuse_mschap = 0; /* Don't wanna auth. ourselves with MS-CHAP */
231 bool refuse_mschap = 1; /* Don't wanna auth. ourselves with MS-CHAP */
292 { "require-chap", o_bool, &auth_required,
293 "Require CHAP authentication from peer",
296 { "+chap", o_bool, &auth_required,
297 "Require CHAP authentication from peer"
    [all...]
pppd.8 262 .B chap\-interval \fIn
266 .B chap\-max\-challenge \fIn
267 Set the maximum number of CHAP challenge transmissions to \fIn\fR
270 .B chap\-restart \fIn
271 Set the CHAP restart interval (retransmission timeout for challenges)
    [all...]
srp-entry.8 23 authentication files, /etc/ppp/pap\-secrets and /etc/ppp/chap\-secrets.
lcp.c 56 #include "chap-new.h"
683 * NB: we only ask for one of CHAP, UPAP, or EAP, even if we will
684 * accept more than one. We prefer EAP first, then CHAP, then
1083 * hash algorithm for CHAP.
1100 /* If we were asking for CHAP, then we need to stop that. */
1104 * If we weren't asking for CHAP or EAP, then we were asking for
    [all...]
lcp.h 95 bool neg_chap; /* Ask for CHAP authentication? */
  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user 48 # TTLS-CHAP, TTLS-MSCHAP, TTLS-MSCHAPV2. TTLS-PAP and TTLS-CHAP require a
92 "ttls-user" TTLS-PAP,TTLS-CHAP,TTLS-MSCHAP,TTLS-MSCHAPV2 "password" [2]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ttls.c 15 #include "eap_common/chap.h"
111 os_strncmp(token, "CHAP", 4) == 0) {
112 selected = "CHAP";
509 /* MS-CHAP-Challenge */
603 /* MS-CHAP-Challenge */
617 /* MS-CHAP-Response */
716 wpa_printf(MSG_ERROR, "EAP-TTLS: CHAP not supported in FIPS build");
724 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase 2 CHAP Request");
734 "EAP-TTLS/CHAP: Failed to allocate memory");
743 /* CHAP-Challenge *
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 17 #include "eap_common/chap.h"
275 "EAP-TTLS: CHAP-Challenge (CHAP)",
282 "EAP-TTLS: CHAP-Password (CHAP)",
289 "EAP-TTLS: MS-CHAP-Challenge",
296 "EAP-TTLS: MS-CHAP-Response (MSCHAP)",
567 wpa_printf(MSG_DEBUG, "EAP-TTLS/CHAP: Invalid CHAP attributes "
577 wpa_printf(MSG_DEBUG, "EAP-TTLS/CHAP: No plaintext user
    [all...]
eap.h 39 * EAP_TTLS_AUTH_{PAP,CHAP,MSCHAP,MSCHAPV2} */
  /external/ppp/pppd/plugins/radius/
radius.c 5 * RADIUS plugin for pppd. Performs PAP, CHAP, MS-CHAP, MS-CHAPv2
30 #include "chap-new.h"
331 * Performs CHAP, MS-CHAP and MS-CHAPv2 authentication using RADIUS.
399 /* CHAP-Challenge and CHAP-Password */
414 /* MS-CHAP-Challenge and MS-CHAP-Response */
433 /* MS-CHAP-Challenge and MS-CHAP2-Response *
    [all...]
Makefile.linux 18 # MS-CHAP authentication protocol.
radattr.c 46 is called only after PAP or CHAP authentication, but not when the link
  /external/ppp/pppd/plugins/
winbind.c 5 * WINBIND plugin for pppd. Performs PAP, CHAP, MS-CHAP, MS-CHAPv2
38 #include "chap-new.h"
127 /* Don't ask the peer for anything other than MS-CHAP or MS-CHAP V2 */
507 * Performs MS-CHAP and MS-CHAPv2 authentication using WINBIND.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
content.py 507 for chap in self.chapters:
508 for sec in chap.order:
511 section.chapter = chap
513 chap.sections.append( section )
516 chap.name + "' in " + chap.block.location() + \
531 chap = DocChapter( None )
532 chap.sections = others
533 self.chapters.append( chap )
  /external/wpa_supplicant_8/wpa_supplicant/
eap_testing.txt 79 EAP-TTLS/CHAP + - +2 + + + + + + - + -
154 - EAP-TTLS / CHAP
176 - EAP-TTLS / CHAP (using FreeRADIUS as inner auth srv)
203 - EAP-TTLS / CHAP
225 - EAP-TTLS / CHAP
266 - EAP-TTLS / CHAP
295 - EAP-TTLS / CHAP
323 - EAP-TTLS / CHAP
348 - EAP-TTLS / CHAP
  /packages/apps/Calculator/res/values-uz-rUZ/
strings.xml 33 <string name="desc_lparen" msgid="3319203240269597504">"chap qavs"</string>
  /system/connectivity/shill/test-scripts/
connect-vpn 41 " L2TPInfo := <chap-username> <chap-password>\n"
  /frameworks/opt/net/wifi/tests/wifitests/assets/
r2-ttls-tree.xml 201 <Value>MS-CHAP-V2</Value>
ruckus.PerProviderSubscription.conf 66 b:InnerMethod=a:MS-CHAP-V2
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 76 * The CIE structure refers to LSB Core Spec 4.1, chap.10.6. Exception
134 * The FDE structure refers to LSB Core Spec 4.1, chap.10.6. Exception
  /external/tcpdump/
print-ppp.c 97 { PPP_CHAP, "CHAP" },
366 /* CHAP */
819 /* CHAP */
831 ND_PRINT((ndo, "[|chap]"));
835 ND_PRINT((ndo, "[|chap 0x%02x]", *p));
841 ND_PRINT((ndo, "CHAP, %s (0x%02x)",
855 * Note that this is a generic CHAP decoding routine. Since we
856 * don't know which flavor of CHAP (i.e. CHAP-MD5, MS-CHAPv1,
896 ND_PRINT((ndo, "[|chap]"));
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 48 ATTRIBUTE CHAP-Password 3 string
85 ATTRIBUTE Chap-Challenge 60 string
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf

Completed in 1536 milliseconds

12 3 4 5 6 7 8 91011>>