Home
last modified time | relevance | path

Searched refs:ExpectedAuthentTransactionSeqNum (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/wireless/atmel/
Datmel.c526 int CurrentAuthentTransactionSeqNum, ExpectedAuthentTransactionSeqNum; member
1327 priv->ExpectedAuthentTransactionSeqNum = 0x0002; in atmel_open()
2862 priv->ExpectedAuthentTransactionSeqNum = priv->CurrentAuthentTransactionSeqNum+1; in send_authentication_request()
3046 if (trans_seq_no != priv->ExpectedAuthentTransactionSeqNum) in authenticate()