Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/atmel/
Datmel.c527 int CurrentAuthentTransactionSeqNum, ExpectedAuthentTransactionSeqNum; member
1327 priv->CurrentAuthentTransactionSeqNum = 0x0001; in atmel_open()
2855 if (priv->wep_is_on && priv->CurrentAuthentTransactionSeqNum != 1) in send_authentication_request()
2862 auth.trans_seq = cpu_to_le16(priv->CurrentAuthentTransactionSeqNum); in send_authentication_request()
2863 priv->ExpectedAuthentTransactionSeqNum = priv->CurrentAuthentTransactionSeqNum+1; in send_authentication_request()
2864 priv->CurrentAuthentTransactionSeqNum += 2; in send_authentication_request()
3082 priv->CurrentAuthentTransactionSeqNum = 0x001; in authenticate()
3088 priv->CurrentAuthentTransactionSeqNum = 0x001; in authenticate()
3443 priv->CurrentAuthentTransactionSeqNum = 0x0001; in atmel_management_timer()
3561 priv->CurrentAuthentTransactionSeqNum = 0x0001; in atmel_command_irq()