Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c526 int CurrentAuthentTransactionSeqNum, ExpectedAuthentTransactionSeqNum; member
1326 priv->CurrentAuthentTransactionSeqNum = 0x0001; in atmel_open()
2850 if (priv->wep_is_on && priv->CurrentAuthentTransactionSeqNum != 1) in send_authentication_request()
2857 auth.trans_seq = cpu_to_le16(priv->CurrentAuthentTransactionSeqNum); in send_authentication_request()
2858 priv->ExpectedAuthentTransactionSeqNum = priv->CurrentAuthentTransactionSeqNum+1; in send_authentication_request()
2859 priv->CurrentAuthentTransactionSeqNum += 2; in send_authentication_request()
3077 priv->CurrentAuthentTransactionSeqNum = 0x001; in authenticate()
3083 priv->CurrentAuthentTransactionSeqNum = 0x001; in authenticate()
3438 priv->CurrentAuthentTransactionSeqNum = 0x0001; in atmel_management_timer()
3556 priv->CurrentAuthentTransactionSeqNum = 0x0001; in atmel_command_irq()