Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_api_link_cntl.c958 uint32_t con_freq; in sap_check_and_process_go_force_scc() local
978 &con_freq, &ch_width); in sap_check_and_process_go_force_scc()
988 con_freq, ch_width, in sap_check_and_process_go_force_scc()
Dsap_fsm.c1021 uint32_t con_freq; in sap_process_force_scc_with_go_start() local
1033 &con_freq, &ch_width); in sap_process_force_scc_with_go_start()
1037 existing_vdev_id, con_freq); in sap_process_force_scc_with_go_start()
1088 uint32_t con_freq; in sap_process_liberal_scc_for_go() local
1106 &con_freq, &ch_width); in sap_process_liberal_scc_for_go()
Dsap_module.c1576 uint32_t con_freq; in wlansap_override_csa_strict_for_sap() local
1596 &con_freq, &ch_width); in wlansap_override_csa_strict_for_sap()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
Dwlan_policy_mgr_api.h972 uint32_t *con_freq,
5393 uint32_t *con_freq);
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_action.c2602 uint32_t con_freq, chan_freq; in policy_mgr_check_sap_go_force_scc() local
2643 &con_freq, &ch_width); in policy_mgr_check_sap_go_force_scc()
2659 con_freq, reason_code); in policy_mgr_check_sap_go_force_scc()
Dwlan_policy_mgr_get_set_utils.c11624 uint32_t vdev, con_freq; in policy_mgr_allow_sap_go_concurrency() local
11639 con_freq = pm_conc_connection_list[id].freq; in policy_mgr_allow_sap_go_concurrency()
11654 (ch_freq == con_freq)) { in policy_mgr_allow_sap_go_concurrency()
11664 con_freq)) { in policy_mgr_allow_sap_go_concurrency()
12414 uint32_t *con_freq) in policy_mgr_is_ap_ap_mcc_allow() argument
12487 *con_freq = op_freq[ap_index]; in policy_mgr_is_ap_ap_mcc_allow()
12508 if (*con_freq == ch_freq && wlan_reg_get_bw_value(ch_width) > 20) in policy_mgr_is_ap_ap_mcc_allow()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hostapd.c7581 uint32_t con_freq = 0; in wlan_hdd_is_ap_ap_force_scc_override() local
7601 &con_vdev_id, &con_freq)) { in wlan_hdd_is_ap_ap_force_scc_override()
7613 if (!con_freq) in wlan_hdd_is_ap_ap_force_scc_override()
7616 con_freq); in wlan_hdd_is_ap_ap_force_scc_override()
7622 status = wlan_hdd_get_sap_ch_params(hdd_ctx, con_vdev_id, con_freq, in wlan_hdd_is_ap_ap_force_scc_override()