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

This commit is contained in:
Tobias Brunner 2019-04-24 11:30:14 +02:00
parent f9e8f5a623
commit 89c8ba525b
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ METHOD(simaka_provider_t, get_quintuplet, bool,
{
return FALSE;
}
chunk_increment(chunk_create(this->sqn, AKA_SQN_LEN));
return TRUE;
}