*
* @param nas_id NAS identifier of Policy Enforcement Point
* @param user_name User name of TNC Client
*
* @param nas_id NAS identifier of Policy Enforcement Point
* @param user_name User name of TNC Client
* @param method EAP method state for this TNC PEP Connection
*/
void (*add)(tnc_pdp_connections_t *this, chunk_t nas_id, chunk_t user_name,
* @param method EAP method state for this TNC PEP Connection
*/
void (*add)(tnc_pdp_connections_t *this, chunk_t nas_id, chunk_t user_name,
*
* @param nas_id NAS identifier of Policy Enforcement Point
* @param user_name User name of TNC Client
*
* @param nas_id NAS identifier of Policy Enforcement Point
* @param user_name User name of TNC Client
- eap_method_t* (*get_method)(tnc_pdp_connections_t *this, chunk_t nas_id,
- chunk_t user_name);
+ eap_method_t* (*get_state)(tnc_pdp_connections_t *this, chunk_t nas_id,
+ chunk_t user_name, ike_sa_t **ike_sa);