Searched refs:auth_send_cnt (Results 1 – 1 of 1) sorted by relevance
101 static int auth_send_cnt = 0; variable348 auth_send_cnt = cnt; in auth_send()349 if (auth_send_cnt > sizeof (_auth_send_data)) in auth_send()350 auth_send_cnt = sizeof (_auth_send_data); in auth_send()351 (void) memcpy((void *)_auth_send_data, (void *)data, auth_send_cnt); in auth_send()368 for (; (auth_send_cnt -= 2) >= 0; auth_send_data += 2) { in auth_send_retry()