Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wireless/
Datmel.c529 int AuthenticationRequestRetryCnt, AssociationRequestRetryCnt, ReAssociationRequestRetryCnt; member
2700 priv->AssociationRequestRetryCnt = 0; in associate()
2725 priv->AssociationRequestRetryCnt < MAX_ASSOCIATION_RETRIES) { in associate()
2727 priv->AssociationRequestRetryCnt++; in associate()
2735 priv->AssociationRequestRetryCnt < MAX_ASSOCIATION_RETRIES) { in associate()
2994 if (priv->AssociationRequestRetryCnt == MAX_ASSOCIATION_RETRIES) { in atmel_management_timer()
2997 priv->AssociationRequestRetryCnt = 0; in atmel_management_timer()
3000 priv->AssociationRequestRetryCnt++; in atmel_management_timer()
3322 priv->AssociationRequestRetryCnt = 0; in reset_atmel_card()