Searched refs:existing_vdev_id (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_action.c | 2484 uint8_t existing_vdev_id = WLAN_UMAC_VDEV_ID_MAX; in policy_mgr_handle_sap_plus_go_force_scc() local 2515 existing_vdev_id = in policy_mgr_handle_sap_plus_go_force_scc() 2523 vdev_id, vdev_con_mode, chan_freq, existing_vdev_id, in policy_mgr_handle_sap_plus_go_force_scc() 2527 if (existing_vdev_id == WLAN_UMAC_VDEV_ID_MAX) in policy_mgr_handle_sap_plus_go_force_scc() 2541 existing_vdev_id, in policy_mgr_handle_sap_plus_go_force_scc() 2544 existing_vdev_id, existing_ch_freq, in policy_mgr_handle_sap_plus_go_force_scc() 2554 psoc, existing_vdev_id, intf_ch_freq, &ch_params); in policy_mgr_handle_sap_plus_go_force_scc() 2557 existing_vdev_id, intf_ch_freq); in policy_mgr_handle_sap_plus_go_force_scc() 2561 psoc, &intf_ch_freq, existing_ch_freq, existing_vdev_id, in policy_mgr_handle_sap_plus_go_force_scc() 2565 existing_vdev_id, existing_ch_freq, in policy_mgr_handle_sap_plus_go_force_scc() [all …]
|
/wlan-driver/qcacld-3.0/components/p2p/core/src/ |
H A D | wlan_p2p_main.c | 1535 uint8_t existing_vdev_id = WLAN_UMAC_VDEV_ID_MAX, vdev_id; in p2p_check_and_force_scc_go_plus_go() local 1548 existing_vdev_id = policy_mgr_fetch_existing_con_info( in p2p_check_and_force_scc_go_plus_go() 1555 existing_vdev_id, existing_chan_freq, in p2p_check_and_force_scc_go_plus_go() 1557 if (existing_vdev_id == WLAN_UMAC_VDEV_ID_MAX) { in p2p_check_and_force_scc_go_plus_go() 1563 existing_vdev_id, in p2p_check_and_force_scc_go_plus_go() 1567 p2p_debug("CSA for vdev_id %d", existing_vdev_id); in p2p_check_and_force_scc_go_plus_go()
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_fsm.c | 1019 uint8_t existing_vdev_id = WLAN_UMAC_VDEV_ID_MAX; in sap_process_force_scc_with_go_start() local 1028 existing_vdev_id = in sap_process_force_scc_with_go_start() 1034 if (existing_vdev_id < WLAN_UMAC_VDEV_ID_MAX && in sap_process_force_scc_with_go_start() 1037 existing_vdev_id, con_freq); in sap_process_force_scc_with_go_start() 1086 uint8_t existing_vdev_id = WLAN_UMAC_VDEV_ID_MAX; in sap_process_liberal_scc_for_go() local 1100 existing_vdev_id = in sap_process_liberal_scc_for_go() 1108 if (existing_vdev_id < in sap_process_liberal_scc_for_go() 1112 existing_vdev_id); in sap_process_liberal_scc_for_go() 1114 existing_vdev_id); in sap_process_liberal_scc_for_go() 1117 if (existing_vdev_id < WLAN_UMAC_VDEV_ID_MAX && in sap_process_liberal_scc_for_go()
|
H A D | sap_module.c | 1574 uint8_t existing_vdev_id = WLAN_UMAC_VDEV_ID_MAX; in wlansap_override_csa_strict_for_sap() local 1590 existing_vdev_id = in wlansap_override_csa_strict_for_sap() 1597 if (existing_vdev_id < WLAN_UMAC_VDEV_ID_MAX && in wlansap_override_csa_strict_for_sap()
|