Lines Matching refs:PRINTF
83 (void)PRINTF("[wifi] Assoc Status: %s\n\r", get_status_str(status)); in wifi_show_assoc_fail_reason()
88 (void)PRINTF("Assoc failed: Network not found.\n\r"); in wifi_show_assoc_fail_reason()
91 (void)PRINTF("(11n disabled ?)\n\r"); in wifi_show_assoc_fail_reason()
101 (void)PRINTF("%s: ", msg); in dump_mac_addr()
103 (void)PRINTF("mac: ", msg); in dump_mac_addr()
108 (void)PRINTF("%x", addr[i]); in dump_mac_addr()
110 (void)PRINTF(":"); in dump_mac_addr()
113 (void)PRINTF("\n\r"); in dump_mac_addr()
120 (void)PRINTF("Command ----- : %x\n\r", cmd->command); in dump_packet_header()
121 (void)PRINTF("Size -------- : %d\n\r", cmd->size); in dump_packet_header()
122 (void)PRINTF("Sequence ---- : %d\n\r", cmd->seq_num); in dump_packet_header()
123 (void)PRINTF("Result ------ : %x\n\r", cmd->result); in dump_packet_header()
133 (void)PRINTF("add_rsp_result: %x\n\r", padd_ba_rsp->add_rsp_result); in dump_addba_req_rsp_packet()
134 (void)PRINTF("peer mac address: "); in dump_addba_req_rsp_packet()
137 (void)PRINTF("%x ", padd_ba_rsp->peer_mac_addr[i]); in dump_addba_req_rsp_packet()
138 (void)PRINTF("\n\r"); in dump_addba_req_rsp_packet()
139 (void)PRINTF("Dialog token: %x\n\r", padd_ba_rsp->dialog_token); in dump_addba_req_rsp_packet()
140 (void)PRINTF("Status code: %x\n\r", padd_ba_rsp->status_code); in dump_addba_req_rsp_packet()
141 (void)PRINTF("block_ack_param_set: %x\n\r", padd_ba_rsp->block_ack_param_set); in dump_addba_req_rsp_packet()
143 (void)PRINTF(" AMSDU supported\n\r"); in dump_addba_req_rsp_packet()
145 (void)PRINTF(" AMSDU _NOT_ supported\n\r"); in dump_addba_req_rsp_packet()
147 (void)PRINTF(" Immediate block ack\n\r"); in dump_addba_req_rsp_packet()
149 (void)PRINTF(" Delayed block ack\n\r"); in dump_addba_req_rsp_packet()
150 (void)PRINTF(" TID: %d\n\r", (padd_ba_rsp->block_ack_param_set & 0x3C) >> 2); in dump_addba_req_rsp_packet()
151 (void)PRINTF(" Buffer size: %d\n\r", (padd_ba_rsp->block_ack_param_set & 0xFFC) >> 6); in dump_addba_req_rsp_packet()
152 (void)PRINTF("block_ack_tmo: %x\n\r", padd_ba_rsp->block_ack_tmo); in dump_addba_req_rsp_packet()
153 (void)PRINTF("ssn: %x\n\r", padd_ba_rsp->ssn); in dump_addba_req_rsp_packet()
154 (void)PRINTF("*************************\n\r"); in dump_addba_req_rsp_packet()
161 (void)PRINTF("******* HT Cap ******\n\r"); in dump_htcap_info()
162 (void)PRINTF("Type: %d\n\r", htcap->header.type); in dump_htcap_info()
163 (void)PRINTF("Len: %d\n\r", htcap->header.len); in dump_htcap_info()
164 (void)PRINTF("ht cap info: 0%x\n\r", htcap->ht_cap.ht_cap_info); in dump_htcap_info()
165 (void)PRINTF("ampdu_param: 0%x\n\r", htcap->ht_cap.ampdu_param); in dump_htcap_info()
166 (void)PRINTF("supported_mcs_set: "); in dump_htcap_info()
169 (void)PRINTF("0x%x ", htcap->ht_cap.supported_mcs_set[i]); in dump_htcap_info()
170 (void)PRINTF("\n\r"); in dump_htcap_info()
171 (void)PRINTF("ht_ext_cap: 0%x\n\r", htcap->ht_cap.ht_ext_cap); in dump_htcap_info()
172 (void)PRINTF("tx_bf_cap: 0x%x\n\r", htcap->ht_cap.tx_bf_cap); in dump_htcap_info()
173 (void)PRINTF("asel: 0x%x\n\r", htcap->ht_cap.asel); in dump_htcap_info()
178 (void)PRINTF("******* HT Info ******\n\r"); in dump_ht_info()
179 (void)PRINTF("Type: %d\n\r", htinfo->header.type); in dump_ht_info()
180 (void)PRINTF("Len: %d\n\r", htinfo->header.len); in dump_ht_info()
181 (void)PRINTF("pri_chan: %d\n\r", htinfo->ht_info.pri_chan); in dump_ht_info()
182 (void)PRINTF("field2: 0%x\n\r", htinfo->ht_info.field2); in dump_ht_info()
183 (void)PRINTF("field3: 0%x\n\r", htinfo->ht_info.field3); in dump_ht_info()
184 (void)PRINTF("field4: 0%x\n\r", htinfo->ht_info.field4); in dump_ht_info()
185 (void)PRINTF("basic_mcs_set: "); in dump_ht_info()
188 (void)PRINTF("0x%x ", htinfo->ht_info.basic_mcs_set[i]); in dump_ht_info()
189 (void)PRINTF("\n\r"); in dump_ht_info()