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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c528 int CurrentAuthentTransactionSeqNum, ExpectedAuthentTransactionSeqNum; member in struct:atmel_private
1338 priv->CurrentAuthentTransactionSeqNum = 0x0001;
2898 if (priv->wep_is_on && priv->CurrentAuthentTransactionSeqNum != 1)
2905 auth.trans_seq = cpu_to_le16(priv->CurrentAuthentTransactionSeqNum);
2906 priv->ExpectedAuthentTransactionSeqNum = priv->CurrentAuthentTransactionSeqNum+1;
2907 priv->CurrentAuthentTransactionSeqNum += 2;
3125 priv->CurrentAuthentTransactionSeqNum = 0x001;
3131 priv->CurrentAuthentTransactionSeqNum = 0x001;
3487 priv->CurrentAuthentTransactionSeqNum = 0x0001;
3605 priv->CurrentAuthentTransactionSeqNum
[all...]

Completed in 27 milliseconds