Searched refs:DEBUG_EXTRA (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ |
D | hostap_info.c | 151 PDEBUG(DEBUG_EXTRA, "%s: LinkStatus=%d (%s)\n", in prism2_info_linkstatus() 178 PDEBUG(DEBUG_EXTRA, "%s: last join request has not yet been " in prism2_host_roaming() 196 PDEBUG(DEBUG_EXTRA, "%s: no scan results for host roaming\n", in prism2_host_roaming() 207 PDEBUG(DEBUG_EXTRA, "%s: Preferred AP BSSID %pM\n", in prism2_host_roaming() 213 PDEBUG(DEBUG_EXTRA, "%s: using preferred AP " in prism2_host_roaming() 225 PDEBUG(DEBUG_EXTRA, "%s: JoinRequest: BSSID=%pM" in prism2_host_roaming() 402 PDEBUG(DEBUG_EXTRA, "%s: INFO - len=%d type=0x%04x\n", in hostap_info_process() 405 PDEBUG(DEBUG_EXTRA, "Unknown info frame:"); in hostap_info_process() 407 PDEBUG2(DEBUG_EXTRA, " %02x", buf[i]); in hostap_info_process() 408 PDEBUG2(DEBUG_EXTRA, "\n"); in hostap_info_process() [all …]
|
D | hostap_cs.c | 436 PDEBUG(DEBUG_EXTRA, "prism2_config() failed\n"); in hostap_cs_probe() 581 PDEBUG(DEBUG_EXTRA, "%s: CS_EVENT_PM_SUSPEND\n", dev_info); in hostap_cs_suspend() 604 PDEBUG(DEBUG_EXTRA, "%s: CS_EVENT_PM_RESUME\n", dev_info); in hostap_cs_resume()
|
D | hostap_hw.c | 1636 PDEBUG(DEBUG_EXTRA, "prism2_tx_timeout: " in handle_reset_queue() 2221 PDEBUG(DEBUG_EXTRA, "%s: TX (err=%d) - fid=0x%04x - could not " in hostap_tx_compl_read() 2235 PDEBUG(DEBUG_EXTRA, "%s: could not read TX " in hostap_tx_compl_read() 2263 PDEBUG(DEBUG_EXTRA, "%s: TX - status=0x%04x " in prism2_tx_ev() 2358 PDEBUG(DEBUG_EXTRA, "%s: TXEXC - status=0x%04x (%s%s%s%s)" in prism2_txexc() 2368 PDEBUG(DEBUG_EXTRA, " retry_count=%d tx_rate=%d fc=0x%04x " in prism2_txexc() 2377 PDEBUG(DEBUG_EXTRA, " A1=%pM A2=%pM A3=%pM A4=%pM\n", in prism2_txexc() 2505 PDEBUG(DEBUG_EXTRA, "%s: INFDROP event\n", dev->name); in prism2_infdrop() 2695 PDEBUG(DEBUG_EXTRA, "%s: WTERR event\n", dev->name); in prism2_interrupt() 2708 PDEBUG(DEBUG_EXTRA, "prism2_interrupt: >%d events " in prism2_interrupt()
|
D | hostap_wlan.h | 949 #define DEBUG_EXTRA BIT(5) macro 952 #define DEBUG_MASK (DEBUG_PS | DEBUG_AP | DEBUG_HW | DEBUG_EXTRA)
|
D | hostap_80211_rx.c | 586 PDEBUG(DEBUG_EXTRA, "%s: received WDS[4 addr] frame " in hostap_rx_frame_wds()
|