eap-aka-3gpp2: Increase SQN after each authentication

This commit is contained in:
Tobias Brunner
2019-04-25 15:58:17 +02:00
parent f9e8f5a623
commit 89c8ba525b
@@ -127,6 +127,7 @@ METHOD(simaka_provider_t, get_quintuplet, bool,
{
return FALSE;
}
chunk_increment(chunk_create(this->sqn, AKA_SQN_LEN));
return TRUE;
}