Searched refs:sap_info (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_ll_sap.c | 226 struct policy_mgr_conc_connection_info sap_info = {0}; in policy_mgr_ll_lt_sap_restart_concurrent_sap() local 238 qdf_mem_zero(&sap_info, sizeof(sap_info)); in policy_mgr_ll_lt_sap_restart_concurrent_sap() 246 qdf_mem_copy(&sap_info, &pm_conc_connection_list[i], in policy_mgr_ll_lt_sap_restart_concurrent_sap() 247 sizeof(sap_info)); in policy_mgr_ll_lt_sap_restart_concurrent_sap() 254 if (!sap_info.in_use) in policy_mgr_ll_lt_sap_restart_concurrent_sap() 257 if (sap_info.mode == PM_SAP_MODE) { in policy_mgr_ll_lt_sap_restart_concurrent_sap() 270 wlan_reg_is_24ghz_ch_freq(sap_info.freq)) in policy_mgr_ll_lt_sap_restart_concurrent_sap() 278 (wlan_reg_is_5ghz_ch_freq(sap_info.freq) || in policy_mgr_ll_lt_sap_restart_concurrent_sap() 279 wlan_reg_is_6ghz_chan_freq(sap_info.freq))) in policy_mgr_ll_lt_sap_restart_concurrent_sap() 285 sap_info.vdev_id, in policy_mgr_ll_lt_sap_restart_concurrent_sap() [all …]
|
D | wlan_policy_mgr_action.c | 2252 struct policy_mgr_conc_connection_info *sap_info = NULL; in policy_mgr_nan_sap_post_enable_conc_check() local 2267 sap_info = &pm_conc_connection_list[i]; in policy_mgr_nan_sap_post_enable_conc_check() 2273 if (!sap_info) in policy_mgr_nan_sap_post_enable_conc_check() 2275 if (sap_info->freq == 0) in policy_mgr_nan_sap_post_enable_conc_check() 2280 if (sap_info->freq == nan_freq_2g || sap_info->freq == nan_freq_5g) { in policy_mgr_nan_sap_post_enable_conc_check() 2295 sap_info->vdev_id, in policy_mgr_nan_sap_post_enable_conc_check() 2300 WLAN_REG_IS_24GHZ_CH_FREQ(sap_info->freq)) { in policy_mgr_nan_sap_post_enable_conc_check() 2304 policy_mgr_change_sap_channel_with_csa(psoc, sap_info->vdev_id, in policy_mgr_nan_sap_post_enable_conc_check() 2307 sap_info->bw), in policy_mgr_nan_sap_post_enable_conc_check() 2311 } else if (nan_freq_5g && WLAN_REG_IS_5GHZ_CH_FREQ(sap_info->freq)) { in policy_mgr_nan_sap_post_enable_conc_check() [all …]
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_module.c | 798 sap_info("Invalid SAP context"); in wlansap_start_bss() 1146 sap_info("Delete from allow list"); in wlansap_modify_acl() 1220 sap_info("... Now add to deny list"); in wlansap_modify_acl() 1229 sap_info("Delete from deny list"); in wlansap_modify_acl() 1770 sap_info("Channel change will continue after HW mode change"); in wlansap_set_channel_change_with_csa() 1811 sap_info("WPAIE len : %x", *len); in wlan_sap_getstation_ie_information() 1816 sap_info("WPAIE: "QDF_MAC_ADDR_FMT, in wlan_sap_getstation_ie_information() 4293 sap_info("ACS dump DCS freq=%d", sap_context->dcs_ch_freq); in wlansap_dump_acs_ch_freq() 4295 sap_info("ACS dump ch_freq=%d", sap_context->chan_freq); in wlansap_dump_acs_ch_freq() 4324 sap_info("ACS dump ch_freq=%d", sap_context->chan_freq); in wlansap_dump_acs_ch_freq()
|
D | sap_fsm.c | 1324 sap_info("ACS end due to Ch override. Sel Ch freq = %d", in sap_validate_chan() 1382 sap_info("ACS chan %d skipped from scan as last scan ts %lu\n", in sap_acs_scan_freq_list_optimize() 1396 sap_info("All ACS freq channels are scanned recently, skip ACS scan\n"); in sap_acs_scan_freq_list_optimize() 1564 sap_info("## SKIPPED ACS SCAN"); in sap_channel_sel() 1581 sap_info("SAP Configuring default ch, Ch_freq=%d", in sap_channel_sel() 3235 sap_info("Freq %d Updated BW %d -> %d , phymode %d -> %d", in sap_validate_chanmode_and_chwidth() 3725 sap_info("Channel change will continue after HW mode change"); in sap_fsm_send_csa_restart_req() 4578 sap_info("No active channels present for the current region"); in sap_get_freq_list() 4585 sap_info("SAP can't be started as due to LTE COEX"); in sap_get_freq_list() 4645 sap_info("sapdfs: set chan freq before pre cac %d as target chan", in sap_indicate_radar()
|
D | sap_internal.h | 60 #define sap_info(params...) QDF_TRACE_INFO(QDF_MODULE_ID_SAP, params) macro
|
D | sap_api_link_cntl.c | 409 sap_info("No suitable channel, so select default channel"); in wlansap_pre_start_bss_acs_scan_callback() 477 sap_info("sap_fsm: vdev %d: sapdfs: state %d, not starting SAP after channel change", in wlansap_roam_process_ch_change_success()
|
D | sap_ch_select.c | 494 sap_info("freq %d is not allowed, can be punctured", in sap_chan_sel_init() 498 sap_info("Skip freq %d", *ch_list); in sap_chan_sel_init() 2778 sap_info("channel width change from %d to %d", *bw, ch_width); in sap_sort_chl_weight_all()
|