diff options
Diffstat (limited to 'src/eap_common/eap_sim_common.h')
| -rw-r--r-- | src/eap_common/eap_sim_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eap_common/eap_sim_common.h b/src/eap_common/eap_sim_common.h index daeb0e2da0c4d..7142b94c9801a 100644 --- a/src/eap_common/eap_sim_common.h +++ b/src/eap_common/eap_sim_common.h @@ -226,5 +226,6 @@ int eap_sim_msg_add_encr_end(struct eap_sim_msg *msg, u8 *k_encr, int attr_pad); void eap_sim_report_notification(void *msg_ctx, int notification, int aka); +int eap_sim_anonymous_username(const u8 *id, size_t id_len); #endif /* EAP_SIM_COMMON_H */ |
