Searched refs:mppe (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.h40 bool mppe; /* do MPPE? */ member in struct:ccp_options
H A Dccp.c113 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
116 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
119 { "nomppe", o_bool, &ccp_wantoptions[0].mppe,
121 { "-mppe", o_bool, &ccp_wantoptions[0].mppe,
124 /* We use ccp_allowoptions[0].mppe as a junk var ... it is reset later */
125 { "require-mppe-40", o_bool, &ccp_allowoptions[0].mppe,
[all...]
H A Dchap_ms.c894 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
903 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */
906 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */
H A Dauth.c886 mppe_required = ccp_gotoptions[unit].mppe;

Completed in 49 milliseconds