Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_host_roam.c766 qdf_freq_t candidate_freq; in cm_check_for_reassoc_hw_mode_change() local
777 candidate_freq = cm_req->cur_candidate->entry->channel.chan_freq; in cm_check_for_reassoc_hw_mode_change()
780 candidate_freq, POLICY_MGR_UPDATE_REASON_LFR2_ROAM, in cm_check_for_reassoc_hw_mode_change()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_internal.h246 qdf_freq_t candidate_freq; member
H A Dsap_fsm.c320 if (sap_ctx->candidate_freq && in sap_random_channel_sel()
321 sap_ctx->chan_freq != sap_ctx->candidate_freq && in sap_random_channel_sel()
322 !utils_dfs_is_freq_in_nol(pdev, sap_ctx->candidate_freq)) { in sap_random_channel_sel()
323 chan_freq = sap_ctx->candidate_freq; in sap_random_channel_sel()
330 sap_ctx->candidate_freq = 0; in sap_random_channel_sel()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c751 sap_ctx->candidate_freq = freq; in hdd_son_set_candidate_freq()
788 freq = sap_ctx->candidate_freq; in hdd_son_get_candidate_freq()