EAP-FAST: Allow A-ID and A-ID-Info to be configured separately
Changed EAP-FAST configuration to use separate fields for A-ID and A-ID-Info (eap_fast_a_id_info) to allow A-ID to be set to a fixed 16-octet len binary value for better interoperability with some peer implementations; eap_fast_a_id is now configured as a hex string.
This commit is contained in:
parent
2100a768bf
commit
2d86724409
14 changed files with 132 additions and 26 deletions
|
@ -25,7 +25,9 @@ struct radius_server_conf {
|
|||
void *eap_sim_db_priv;
|
||||
void *ssl_ctx;
|
||||
u8 *pac_opaque_encr_key;
|
||||
char *eap_fast_a_id;
|
||||
u8 *eap_fast_a_id;
|
||||
size_t eap_fast_a_id_len;
|
||||
char *eap_fast_a_id_info;
|
||||
int eap_fast_prov;
|
||||
int pac_key_lifetime;
|
||||
int pac_key_refresh_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue