Home
last modified time | relevance | path

Searched refs:scm_nofl_debug (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_manager.c1056 scm_nofl_debug("Skip 6 GHz freq = %d", freq); in scm_update_channel_list()
1061 scm_nofl_debug("Skip DFS freq %d", freq); in scm_update_channel_list()
1065 scm_nofl_debug("Skip NOL freq %d", freq); in scm_update_channel_list()
1296scm_nofl_debug("Scan start: scan id %d vdev %d Dwell time: act %d pass %d act_2G %d act_6G %d pass… in scm_print_scan_req_info()
1304scm_nofl_debug("Scan Type %d rest time: min %d max %d probe spacing %d idle %d probe delay %d scan… in scm_print_scan_req_info()
1311 scm_nofl_debug("SSID[%d]: " QDF_SSID_FMT, idx, in scm_print_scan_req_info()
1338 scm_nofl_debug("Total freq %d", chan_lst->num_chan); in scm_print_scan_req_info()
1355 scm_nofl_debug("Freq list: %s", chan_buff); in scm_print_scan_req_info()
1361 scm_nofl_debug("Freq list: %s", chan_buff); in scm_print_scan_req_info()
H A Dwlan_scan_cache_db.c1025scm_nofl_debug("Rcvd %s(%d): " QDF_MAC_ADDR_FMT " \"" QDF_SSID_FMT "\" freq %d rssi %d tsf %u seq … in scm_dump_scan_entry()
1254scm_nofl_debug(QDF_MAC_ADDR_FMT ": Drop frame(%d) for chan mismatch, seq %d frame freq %d rx data … in __scm_handle_bcn_probe()
1271 scm_nofl_debug(QDF_MAC_ADDR_FMT ": Drop frame(%d) for invalid freq %d seq %d RSSI %d", in __scm_handle_bcn_probe()
1288 scm_nofl_debug(QDF_MAC_ADDR_FMT ": Drop frame(%d) with invalid RSN IE freq %d, parse status %d", in __scm_handle_bcn_probe()
H A Dwlan_scan_main.h69 #define scm_nofl_debug(params...) \ macro