Searched refs:sap_debug (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_api_link_cntl.c | 107 sap_debug("ccfs0 %d ch_width %d, punct 0x%x", in sap_acs_set_puncture_bitmap() 148 sap_debug("new_ch_width:%d", new_ch_width); in sap_config_acs_result() 236 sap_debug("Sending ACS Scan skip event"); in wlansap_send_acs_success_event() 241 sap_debug("ACS scanid: %d (skipped ACS SCAN)", scan_id); in wlansap_send_acs_success_event() 278 sap_debug("num_entries %d", qdf_list_size(list)); in wlansap_calculate_chan_from_scan_result() 314 sap_debug("remove freq %d from acs list", freq); in wlansap_filter_unsafe_ch() 322 sap_debug("Updated ACS ch list len %d", num_safe_ch); in wlansap_filter_unsafe_ch() 338 sap_debug("Skip freq %d if preferred freq present", in wlan_sap_filter_non_preferred_channels() 348 sap_debug("No preferred freq, list unchanged"); in wlan_sap_filter_non_preferred_channels() 351 sap_debug("preferred frequencies found updated ACS ch list len %d", in wlan_sap_filter_non_preferred_channels() [all …]
|
H A D | sap_fsm.c | 194 sap_debug("phy mode: 0x%x", sap_ctx->phyMode); in sap_is_chan_change_needed() 229 sap_debug("Eht valid puncture : 0x%x, keep freq %d", in sap_is_chan_change_needed() 329 sap_debug("random chan select candidate freq=%d", chan_freq); in sap_random_channel_sel() 533 sap_debug("vdev invalid"); in sap_operating_on_dfs() 539 sap_debug("Couldn't get vdev active channel"); in sap_operating_on_dfs() 568 sap_debug("SAP vid %d CAC can skip due to CAC completed on other SAP vid %d", in sap_plus_sap_cac_skip() 631 sap_debug("vdev id %d chan %d is_ch_dfs %d pre_cac_complete %d ignore_cac %d cac_state %d", in is_wlansap_cac_required_for_chan() 653 sap_debug("STA vdev id %d exists, ignore CAC", in is_wlansap_cac_required_for_chan() 692 sap_debug("cac is not required"); in sap_get_cac_dur_dfs_region() 698 sap_debug("sapdfs: default cac duration"); in sap_get_cac_dur_dfs_region() [all …]
|
H A D | sap_module.c | 87 sap_debug("sap global context initialized"); in wlansap_global_init() 116 sap_debug("sap global context deinitialized"); in wlansap_global_deinit() 139 sap_debug("sap context saved at index: %d", i); in wlansap_save_context() 173 sap_debug("sap session is not valid"); in wlansap_context_get() 203 sap_debug("sap session freed: %d", i); in wlansap_context_put() 229 sap_debug("Exit"); in sap_create_ctx() 271 sap_debug("Failed to find assoc ind list"); in wlansap_owe_cleanup() 321 sap_debug("Failed to find assoc ind list"); in wlansap_ft_cleanup() 365 sap_debug("wlansap_start invoked successfully"); in sap_init_ctx() 413 sap_debug("wlansap_stop invoked successfully "); in sap_deinit_ctx() [all …]
|
H A D | sap_ch_select.c | 336 sap_debug("Q2Q-IE avoid freq = %d", chan_freq); in sap_process_avoid_ie() 484 …sap_debug("DFS Ch %d not considered for ACS. include_dfs_ch %u, sta_sap_scc_on_dfs_chnl_config_val… in sap_chan_sel_init() 517 sap_debug("Do not allow SAP on indoor frequency %u", in sap_chan_sel_init() 678 sap_debug("nf=%d, nfwc=%d, nfwl=%d, nfw=%d freq=%d", in sap_weight_channel_noise_floor() 1005 sap_debug("freq = %d, ch width = %d, ch_freq0 = %d ch_freq1 = %d", in sap_interference_rssi_count_5G() 1351 sap_debug("eirp_pwr %d exceed max", eirp_pwr); in sap_weight_channel_reg_max_power() 1355 sap_debug("eirp_pwr %d below min", eirp_pwr); in sap_weight_channel_reg_max_power() 1404 sap_debug("freq %d normalize weight factor %d", in sap_normalize_channel_weight_with_factors() 1460 sap_debug("max_valid_weight_on_6ghz_channels %d", in sap_update_6ghz_max_weight() 1561 sap_debug("Computing spectral weight"); in sap_compute_spect_weight() [all …]
|
H A D | sap_internal.h | 61 #define sap_debug(params...) QDF_TRACE_DEBUG(QDF_MODULE_ID_SAP, params) macro
|