Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib_softmac.c1217 ieee->asoc_retry_count = 0; in rtllib_softmac_new_net()
1320 (ieee->asoc_retry_count++ < (RT_ASOC_RETRY_LIMIT - 1)))) { in assoc_parse()
1323 ieee->asoc_retry_count = 0; in assoc_parse()
1635 if (ieee->asoc_retry_count < RT_ASOC_RETRY_LIMIT) in rtllib_rx_assoc_resp()
Drtllib.h1356 u8 asoc_retry_count; member