X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Flcp.h;h=e6b1b9d6a11ea471c3c5e5f3c1ea0972fe6d8cbc;hp=95260bb387d02a9f8cde10b6ac40a96a1e24111f;hb=d741a3b912f17d84dc8dc87474e0b989c775de50;hpb=767b224b09e000895b0918937edd19041e40e6f6 diff --git a/pppd/lcp.h b/pppd/lcp.h index 95260bb..e6b1b9d 100644 --- a/pppd/lcp.h +++ b/pppd/lcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.h,v 1.17 2002/03/01 14:39:18 dfs Exp $ + * $Id: lcp.h,v 1.18 2002/11/02 19:48:12 carlsonj Exp $ */ /* @@ -54,6 +54,7 @@ typedef struct lcp_options { bool neg_asyncmap; /* Negotiate the async map? */ bool neg_upap; /* Ask for UPAP authentication? */ bool neg_chap; /* Ask for CHAP authentication? */ + bool neg_eap; /* Ask for EAP authentication? */ bool neg_magicnumber; /* Ask for magic number? */ bool neg_pcompression; /* HDLC Protocol Field Compression? */ bool neg_accompression; /* HDLC Address/Control Field Compression? */