Home
last modified time | relevance | path

Searched refs:DEBUG_SCAN (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/ti/wlcore/
Dscan.c44 wl1271_debug(DEBUG_SCAN, "Scanning complete"); in wl1271_scan_complete_work()
177 wl1271_debug(DEBUG_SCAN, "band %d, center_freq %d ", in wlcore_scan_get_channels()
180 wl1271_debug(DEBUG_SCAN, "hw_value %d, flags %X", in wlcore_scan_get_channels()
183 wl1271_debug(DEBUG_SCAN, "max_power %d", in wlcore_scan_get_channels()
185 wl1271_debug(DEBUG_SCAN, "min_dwell_time %d max dwell time %d", in wlcore_scan_get_channels()
221 wl1271_debug(DEBUG_SCAN, "n_pactive_ch = %d", in wlcore_scan_get_channels()
307 wl1271_debug(DEBUG_SCAN, " 2.4GHz: active %d passive %d", in wlcore_set_scan_chan_params()
309 wl1271_debug(DEBUG_SCAN, " 5GHz: active %d passive %d", in wlcore_set_scan_chan_params()
311 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params()
445 wl1271_dump(DEBUG_SCAN, "SSID_LIST: ", cmd, sizeof(*cmd)); in wlcore_scan_sched_scan_ssid_list()
[all …]
Ddebug.h44 DEBUG_SCAN = BIT(8), enumerator
Dcmd.c1138 wl1271_dump(DEBUG_SCAN, "PROBE REQ: ", skb->data, skb->len); in wl12xx_cmd_build_probe_req()
1175 wl1271_dump(DEBUG_SCAN, "AP PROBE REQ: ", skb->data, skb->len); in wl1271_cmd_build_ap_probe_req()
/drivers/net/wireless/ti/wl12xx/
Dscan.c51 wl1271_debug(DEBUG_SCAN, "band %d, center_freq %d ", in wl1271_get_scan_channels()
54 wl1271_debug(DEBUG_SCAN, "hw_value %d, flags %X", in wl1271_get_scan_channels()
57 wl1271_debug(DEBUG_SCAN, in wl1271_get_scan_channels()
61 wl1271_debug(DEBUG_SCAN, "beacon_found %d", in wl1271_get_scan_channels()
173 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl1271_scan_send()
358 wl1271_debug(DEBUG_SCAN, "filter_type = %d", cfg->filter_type); in wl1271_scan_sched_scan_config()
403 wl1271_dump(DEBUG_SCAN, "SCAN_CFG: ", cfg, sizeof(*cfg)); in wl1271_scan_sched_scan_config()
/drivers/net/wireless/ti/wl18xx/
Dscan.c138 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl18xx_scan_send()
264 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl18xx_scan_sched_scan_config()
/drivers/net/wireless/ti/wl1251/
Dwl1251.h44 DEBUG_SCAN = BIT(8), enumerator
Dmain.c890 wl1251_debug(DEBUG_SCAN, "scan already in progress"); in wl1251_op_hw_scan()