Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_reassoc.c54 operating_ch = wlan_get_operation_chan_freq(adapter->deflink->vdev); in __wlan_hdd_store_reassoc_sysfs()
H A Dwlan_hdd_wext.c6543 wlan_get_operation_chan_freq(adapter->deflink->vdev); in __iw_setnone_getnone()
H A Dwlan_hdd_hostapd.c8206 if (wlan_get_operation_chan_freq(link_info->vdev) != in __wlan_hdd_cfg80211_start_ap()
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h1274 qdf_freq_t wlan_get_operation_chan_freq(struct wlan_objmgr_vdev *vdev);
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c1219 op_freq = wlan_get_operation_chan_freq(vdev); in cm_roam_scan_offload_rssi_thresh()
2051 op_freq = wlan_get_operation_chan_freq(vdev); in cm_fetch_ch_lst_from_occupied_lst()
2190 op_freq = wlan_get_operation_chan_freq(vdev); in cm_fetch_valid_ch_lst()
2825 wlan_get_operation_chan_freq(vdev)); in cm_update_driver_assoc_ies()
3802 op_freq = wlan_get_operation_chan_freq(vdev); in cm_set_roam_scan_high_rssi_offset()
6100 chan_freq = wlan_get_operation_chan_freq(vdev); in cm_start_roam_invoke()
H A Dwlan_cm_vdev_connect.c990 oper_freq = wlan_get_operation_chan_freq(vdev); in cm_get_sta_cxn_info()
/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_main.c1544 chan_freq = wlan_get_operation_chan_freq(vdev); in p2p_check_and_force_scc_go_plus_go()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c122 operation_chan_freq = wlan_get_operation_chan_freq(vdev); in mlme_fill_freq_in_scan_start_request()
447 op_freq = wlan_get_operation_chan_freq(vdev); in mlme_update_freq_in_scan_start_req()
4507 qdf_freq_t wlan_get_operation_chan_freq(struct wlan_objmgr_vdev *vdev) in wlan_get_operation_chan_freq() function
4535 chan_freq = wlan_get_operation_chan_freq(vdev); in wlan_get_operation_chan_freq_vdev_id()
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_main.c1019 ch_freq = wlan_get_operation_chan_freq(vdev); in tdls_check_is_tdls_allowed()
H A Dwlan_tdls_cmds_process.c114 qdf_freq_t freq = wlan_get_operation_chan_freq(vdev); in tdls_update_6g_power()
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/
H A Dwlan_mlo_link_force.c773 ml_freq_lst[num_link] = wlan_get_operation_chan_freq( in ml_nlink_get_link_info()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_get_set_utils.c4191 wlan_get_operation_chan_freq(vdev), in policy_mgr_ml_link_vdev_need_to_be_disabled()
6882 wlan_get_operation_chan_freq(temp_vdev); in policy_mgr_is_mlo_in_mode_sbs()
6938 wlan_get_operation_chan_freq(temp_vdev); in policy_mgr_is_mlo_in_mode_dbs()
10659 chan_freq = wlan_get_operation_chan_freq(vdev); in policy_mgr_fill_trim_chan()
H A Dwlan_policy_mgr_action.c2634 chan_freq = wlan_get_operation_chan_freq(vdev); in policy_mgr_check_sap_go_force_scc()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c2055 op_freq = wlan_get_operation_chan_freq(vdev); in wlan_cm_init_occupied_ch_freq_list()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c9837 op_freq = wlan_get_operation_chan_freq(session->vdev); in lim_get_min_session_txrate()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c13170 if (!wlan_reg_is_6ghz_chan_freq(wlan_get_operation_chan_freq(vdev)))
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c14739 return wlan_get_operation_chan_freq(vdev); in sme_get_oper_chan_freq()