l2tp: Add CHAP auth information in ICCN

To support proxy auth.
This commit is contained in:
Samuel Thibault 2025-03-28 20:14:24 +01:00
parent 12cc3c39b0
commit 75144a546c
4 changed files with 26 additions and 4 deletions

View file

@ -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];