Lines Matching refs:LOGD

59     LOGD(PRINT_TAG, "\r\nmark ip %d\r\n",d);  in mark_ip_in_table()
65 LOGD(PRINT_TAG, "\r\n ip_table.ip_range[0] = 0x%x\r\n",ip_table.ip_range[0]); in mark_ip_in_table()
70 LOGD(PRINT_TAG, "\r\n ip_table.ip_range[1] = 0x%x\r\n",ip_table.ip_range[1]); in mark_ip_in_table()
75 LOGD(PRINT_TAG, "\r\n ip_table.ip_range[2] = 0x%x\r\n",ip_table.ip_range[2]); in mark_ip_in_table()
80 LOGD(PRINT_TAG, "\r\n ip_table.ip_range[3] = 0x%x\r\n",ip_table.ip_range[3]); in mark_ip_in_table()
85 LOGD(PRINT_TAG, "\r\n ip_table.ip_range[4] = 0x%x\r\n",ip_table.ip_range[4]); in mark_ip_in_table()
90 LOGD(PRINT_TAG, "\r\n ip_table.ip_range[5] = 0x%x\r\n",ip_table.ip_range[5]); in mark_ip_in_table()
95 LOGD(PRINT_TAG, "\r\n ip_table.ip_range[6] = 0x%x\r\n",ip_table.ip_range[6]); in mark_ip_in_table()
100 LOGD(PRINT_TAG, "\r\n ip_table.ip_range[7] = 0x%x\r\n",ip_table.ip_range[7]); in mark_ip_in_table()
103 LOGD(PRINT_TAG, "\r\n Request ip over the range(1-128) \r\n"); in mark_ip_in_table()
115LOGD(PRINT_TAG, "\r\n%s: ip %d.%d.%d.%d, hwaddr %2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x\n", __func__, in save_client_addr()
127LOGD(PRINT_TAG, "\r\n%s: ip %d.%d.%d.%d, hwaddr %2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x\n", __func__, in check_client_request_ip()
135LOGD(PRINT_TAG, "client[%d] = %2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x\n",i,ip_table.client_mac[i][0],i… in check_client_request_ip()
157 LOGD(PRINT_TAG, "\r\nip_range: %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x %2.2x", in dump_client_table()
162 LOGD(PRINT_TAG, "\r\nClient[%d]: %2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x", in dump_client_table()
165 LOGD(PRINT_TAG, "\r\n"); in dump_client_table()
232 LOGD(PRINT_TAG, "\r\n[%s] option_length=%d \r\n", __func__, option_length); in fill_one_option_content()
249LOGD(PRINT_TAG, "\r\n[%s] next_option_start_address 0x%x \r\n", __func__, (uint32_t)next_option_st… in fill_one_option_content()
269 LOGD(PRINT_TAG, "\r\n [%s] invalid arguements\r\n", __func__); in add_offer_options()
281 LOGD(PRINT_TAG, "\r\n [%s] invalid dhcp options 1\r\n", __func__); in add_offer_options()
293 LOGD(PRINT_TAG, "\r\n [%s] invalid dhcp options 3 \r\n", __func__); in add_offer_options()
305 LOGD(PRINT_TAG, "\r\n [%s] invalid dhcp options 6 \r\n", __func__); in add_offer_options()
317 LOGD(PRINT_TAG, "\r\n [%s] invalid dhcp options 51 \r\n", __func__); in add_offer_options()
329 LOGD(PRINT_TAG, "\r\n [%s] invalid dhcp options 54 \r\n", __func__); in add_offer_options()
341 LOGD(PRINT_TAG, "\r\n [%s] invalid dhcp options 28 \r\n", __func__); in add_offer_options()
353 LOGD(PRINT_TAG, "\r\n [%s] invalid dhcp options 26 \r\n", __func__); in add_offer_options()
374 LOGD(PRINT_TAG, "\r\n [%s] invalid dhcp end error \r\n", __func__); in add_offer_options()
434 LOGD(PRINT_TAG, "\r\n[%s] error: pbuf alloc fail !", __func__); in dhcps_send_offer()
439 LOGD(PRINT_TAG, "\r\n[%s] error: pbuf copy fail !", __func__); in dhcps_send_offer()
454 LOGD(PRINT_TAG, "\r\n temp_ip = %d",temp_ip); in dhcps_send_offer()
460 LOGD(PRINT_TAG, "\r\n reset ip table!!\r\n"); in dhcps_send_offer()
462 LOGD(PRINT_TAG, "\r\n No useable ip!!!!\r\n"); in dhcps_send_offer()
464LOGD(PRINT_TAG, "\n\r DHCP assign ip = %d.%d.%d.%d\n", /*rtw_get_current_time(),*/ ip4_addr1(&dhcp… in dhcps_send_offer()
512 LOGD(PRINT_TAG, "\r\nget message DHCP_MESSAGE_TYPE_DECLINE\n"); in dhcps_handle_state_machine_change()
518 LOGD(PRINT_TAG, "\r\nget message DHCP_MESSAGE_TYPE_DISCOVER\n"); in dhcps_handle_state_machine_change()
526 LOGD(PRINT_TAG, "\r\n get message DHCP_MESSAGE_TYPE_REQUEST\n"/*, rtw_get_current_time()*/); in dhcps_handle_state_machine_change()
530 LOGD(PRINT_TAG, "\r\ndhcp_server_state_machine=%d", dhcp_server_state_machine); in dhcps_handle_state_machine_change()
531 LOGD(PRINT_TAG, "\r\ndhcps_allocated_client_address=%d.%d.%d.%d", in dhcps_handle_state_machine_change()
536 LOGD(PRINT_TAG, "\r\nclient_request_ip=%d.%d.%d.%d\n", in dhcps_handle_state_machine_change()
574 LOGD(PRINT_TAG, "get message DHCP_MESSAGE_TYPE_RELEASE\n"); in dhcps_handle_state_machine_change()
658 LOGD(PRINT_TAG, "\n\r dhcps_receive_udp_packet_handler start \n\r"); in dhcps_receive_udp_packet_handler()
661 LOGD(PRINT_TAG, "\n\r Error!!!! System doesn't allocate any buffer \n\r"); in dhcps_receive_udp_packet_handler()
667 LOGD(PRINT_TAG, "\n\r dhcps_receive_udp_packet_handler \n\r"); in dhcps_receive_udp_packet_handler()
669 LOGD(PRINT_TAG, "\n\r dhcps_receive_udp_packet_handler 1111\n\r"); in dhcps_receive_udp_packet_handler()
677 LOGD(PRINT_TAG, "\n\r dhcps_receive_udp_packet_handler 222\n\r"); in dhcps_receive_udp_packet_handler()
683 LOGD(PRINT_TAG, "\n\r dhcps_receive_udp_packet_handler receive dhcp packet \n\r"); in dhcps_receive_udp_packet_handler()
687 LOGD(PRINT_TAG, "%s DHCP_SERVER_STATE_OFFER\n",__func__); in dhcps_receive_udp_packet_handler()
693 LOGD(PRINT_TAG, "%s DHCP_SERVER_STATE_ACK\n",__func__); in dhcps_receive_udp_packet_handler()
712 LOGD(PRINT_TAG, "%s DHCP_SERVER_STATE_NAK\n",__func__); in dhcps_receive_udp_packet_handler()
719 LOGD(PRINT_TAG, "%s DHCP_OPTION_CODE_END\n",__func__); in dhcps_receive_udp_packet_handler()
728 LOGD(PRINT_TAG, "%s free packet buffer\n",__func__); in dhcps_receive_udp_packet_handler()
764 LOGD(PRINT_TAG, "dhcps_init,wlan:%c\n\r",pnetif->name[1]); in dhcps_init()
782 LOGD(PRINT_TAG, "\n\r Error!!!upd_new error \n\r"); in dhcps_init()