Searched refs:DEBUG_SCAN (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | scan.c | 44 wl1271_debug(DEBUG_SCAN, "Scanning complete"); in wl1271_scan_complete_work() 231 wl1271_debug(DEBUG_SCAN, "n_pactive_ch = %d", in wlcore_scan_get_channels() 235 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() 328 wl1271_debug(DEBUG_SCAN, " 2.4GHz: active %d passive %d", in wlcore_set_scan_chan_params() 330 wl1271_debug(DEBUG_SCAN, " 5GHz: active %d passive %d", in wlcore_set_scan_chan_params() 332 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params() 388 wl1271_debug((DEBUG_CMD | DEBUG_SCAN), "cmd sched scan ssid list"); in wlcore_scan_sched_scan_ssid_list() 484 wl1271_debug(DEBUG_SCAN, "got periodic scan results"); in wlcore_scan_sched_scan_results()
|
D | debug.h | 44 DEBUG_SCAN = BIT(8), enumerator
|
D | cmd.c | 1147 wl1271_debug(DEBUG_SCAN, "build probe request band %d", band); in wl12xx_cmd_build_probe_req() 1195 wl1271_debug(DEBUG_SCAN, "set ap probe request template"); in wl1271_cmd_build_ap_probe_req()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | scan.c | 51 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() 409 wl1271_dump(DEBUG_SCAN, "SCAN_CFG: ", cfg, sizeof(*cfg)); in wl1271_scan_sched_scan_config()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 142 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl18xx_scan_send() 272 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl18xx_scan_sched_scan_config()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | wl1251.h | 44 DEBUG_SCAN = BIT(8), enumerator
|
D | main.c | 1014 wl1251_debug(DEBUG_SCAN, "scan already in progress"); in wl1251_op_hw_scan() 1057 wl1251_debug(DEBUG_SCAN, "scan failed %d", ret); in wl1251_op_hw_scan()
|