• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bpalogin/

Lines Matching refs:debug

89 	s->debug(1,"start to login\n");
130 s->debug(0,"T_MSG_PROTOCOL_NEG_RESP - error transaction type (%d)",transactiontype);
140 s->debug(0,"T_MSG_PROTOCOL_NEG_RESP - Unsupported protocol (%d)",s->protocol);
151 s->debug(0,"T_MSG_PROTOCOL_NEG_RESP - Login failure: software version");
156 s->debug(0,"T_MSG_PROTOCOL_NEG_RESP - Login failure: invalid protocol");
161 s->debug(0,"T_MSG_PROTOCOL_NEG_RESP - Login failure: unknown");
208 s->debug(0,"T_MSG_AUTH_RESP - error transaction type (%d)",transactiontype);
214 s->debug(0,"T_MSG_AUTH_RESP - no hashmethod provided");
219 s->debug(0,"T_MSG_AUTH_RESP - no nonce supplied");
252 s->debug(0,"T_MSG_LOGIN_RESP - error transaction type (%d)",transactiontype);
265 s->debug(0,"T_MSG_LOGIN_RESP - Login failure: username not known");
270 s->debug(0,"T_MSG_LOGIN_RESP - Login failure: incorrect password");
275 s->debug(0,"T_MSG_LOGIN_RESP - Login failure: Account disabled");
284 s->debug(0,"T_MSG_LOGIN_RESP - Login failure: other error");
320 s->debug(1,"Will accept heartbeats from %s = %s\n",s->tsmlist_s[i],inet_ntoa(s->tsmlist_in[i].sin_addr));
325 s->debug(0,"Logged on as %s - successful at %s",s->username,asctime(localtime(&logintime)));
359 s->debug(0,"Timed out waiting for heartbeat - logging on\n");
365 s->debug(0,"Socket closed - shutting down\n");
370 s->debug(0,"heartbeat pkt comes to quickly--\n");
375 s->debug(0,"heartbeat pkt comes from a untrusted host - discarding\n");
380 s->debug(0,"Badly structured packet received - discarding\n");
398 s->debug(0,"Responded to heartbeat at %s",asctime(localtime(&s->lastheartbeat)));
402 s->debug(0,"Restart request - unimplemented");
411 s->debug(0,"Unknown heartbeat message %d ",transactiontype);
550 s->debug(0,"Logged out successful at %s",asctime(localtime(&logintime)));