This is required to change EFCP constants on receiving DataTransfer information during the enrollment phase. We should replace struct ipcp_entry.ipcp_ops, and update struct ipcp_entry.pcisizes (see rl_normal_create.
However, in order for this to become possible, we need to avoid using mgmt PDUs on enrollment, because mgmt PDUs have a format, that may differ before enrollment (so enrollment could not happen).
This is required to change EFCP constants on receiving DataTransfer information during the enrollment phase. We should replace
struct ipcp_entry.ipcp_ops, and updatestruct ipcp_entry.pcisizes(seerl_normal_create.However, in order for this to become possible, we need to avoid using mgmt PDUs on enrollment, because mgmt PDUs have a format, that may differ before enrollment (so enrollment could not happen).