l2tp: Add CHAP auth information in ICCN
To support proxy auth.
This commit is contained in:
parent
12cc3c39b0
commit
75144a546c
4 changed files with 26 additions and 4 deletions
2
l2tpns.h
2
l2tpns.h
|
|
@ -432,6 +432,8 @@ typedef struct
|
|||
uint16_t auth_id;
|
||||
// Negotiated authentication name
|
||||
uint8_t auth_name[64];
|
||||
// Negotiated authentication challenge
|
||||
uint8_t auth_chall[16];
|
||||
// Negotiated authentication response
|
||||
uint8_t auth_resp[64];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue