Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c549 struct sap_context *psap_ctx, in wlansap_set_scan_acs_channel_params() argument
561 if (!psap_ctx) { in wlansap_set_scan_acs_channel_params()
573 wlansap_set_acs_ch_freq(psap_ctx, config->chan_freq); in wlansap_set_scan_acs_channel_params()
574 psap_ctx->dfs_mode = config->acs_dfs_mode; in wlansap_set_scan_acs_channel_params()
576 psap_ctx->cc_switch_mode = config->cc_switch_mode; in wlansap_set_scan_acs_channel_params()
585 psap_ctx->auto_channel_select_weight = auto_channel_select_weight; in wlansap_set_scan_acs_channel_params()
587 psap_ctx->auto_channel_select_weight); in wlansap_set_scan_acs_channel_params()
589 psap_ctx->user_context = pusr_context; in wlansap_set_scan_acs_channel_params()
590 psap_ctx->enableOverLapCh = config->enOverLapCh; in wlansap_set_scan_acs_channel_params()
591 psap_ctx->acs_cfg = &config->acs_cfg; in wlansap_set_scan_acs_channel_params()
[all …]