SIM Authentication API

This API allows you to generate SIM authentication vectors for a SIM card (EAP-AKA).

The data returned from this API can be used to e.g. authenticate a user using its SIM card on the device. This can be used to support an Entitlement Server or a Radius Server for WiFi OpenRoaming.

The client will need to implement the actual authentication part as per the EAP-AKA specification (for eg. compute and validate MAC - see RFC 4187open in new window, compare XRES and RES from UE).

Read more