Searched refs:DEBUG_SCAN (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ti/wlcore/ |
D | scan.c | 33 wl1271_debug(DEBUG_SCAN, "Scanning complete"); in wl1271_scan_complete_work() 221 wl1271_debug(DEBUG_SCAN, "n_pactive_ch = %d", in wlcore_scan_get_channels() 225 wl1271_debug(DEBUG_SCAN, "freq %d, ch. %d, flags 0x%x, power %d, min/max_dwell %d/%d%s%s", in wlcore_scan_get_channels() 318 wl1271_debug(DEBUG_SCAN, " 2.4GHz: active %d passive %d", in wlcore_set_scan_chan_params() 320 wl1271_debug(DEBUG_SCAN, " 5GHz: active %d passive %d", in wlcore_set_scan_chan_params() 322 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params() 378 wl1271_debug((DEBUG_CMD | DEBUG_SCAN), "cmd sched scan ssid list"); in wlcore_scan_sched_scan_ssid_list() 474 wl1271_debug(DEBUG_SCAN, "got periodic scan results"); in wlcore_scan_sched_scan_results()
|
D | debug.h | 30 DEBUG_SCAN = BIT(8), enumerator
|
D | cmd.c | 1146 wl1271_debug(DEBUG_SCAN, "build probe request band %d", band); in wl12xx_cmd_build_probe_req() 1194 wl1271_debug(DEBUG_SCAN, "set ap probe request template"); in wl1271_cmd_build_ap_probe_req()
|
/linux-6.6.21/drivers/net/wireless/ti/wl12xx/ |
D | scan.c | 37 wl1271_debug(DEBUG_SCAN, "band %d, center_freq %d ", in wl1271_get_scan_channels() 40 wl1271_debug(DEBUG_SCAN, "hw_value %d, flags %X", in wl1271_get_scan_channels() 43 wl1271_debug(DEBUG_SCAN, in wl1271_get_scan_channels() 47 wl1271_debug(DEBUG_SCAN, "beacon_found %d", in wl1271_get_scan_channels() 163 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl1271_scan_send() 349 wl1271_debug(DEBUG_SCAN, "filter_type = %d", cfg->filter_type); in wl1271_scan_sched_scan_config() 400 wl1271_dump(DEBUG_SCAN, "SCAN_CFG: ", cfg, sizeof(*cfg)); in wl1271_scan_sched_scan_config()
|
/linux-6.6.21/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 132 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl18xx_scan_send() 228 wl1271_debug(DEBUG_SCAN, "short_interval: %d, long_interval: %d, num_short: %d", in wl18xx_scan_sched_scan_config() 275 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl18xx_scan_sched_scan_config()
|
/linux-6.6.21/drivers/net/wireless/ti/wl1251/ |
D | wl1251.h | 30 DEBUG_SCAN = BIT(8), enumerator
|
D | main.c | 993 wl1251_debug(DEBUG_SCAN, "scan already in progress"); in wl1251_op_hw_scan() 1036 wl1251_debug(DEBUG_SCAN, "scan failed %d", ret); in wl1251_op_hw_scan()
|