Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.h1520 uint32_t new_chan_freq);
1759 uint32_t new_chan_freq) in lim_update_session_he_capable_chan_switch() argument
2032 uint32_t new_chan_freq);
2296 uint32_t new_chan_freq) in lim_update_session_eht_capable_chan_switch() argument
H A Dlim_api.c1520 uint32_t new_chan_freq; in lim_detect_change_in_ap_capabilities() local
1526 new_chan_freq = pBeacon->chan_freq; in lim_detect_change_in_ap_capabilities()
1539 ((new_chan_freq != pe_session->curr_op_freq) && in lim_detect_change_in_ap_capabilities()
1540 (new_chan_freq != 0)) || in lim_detect_change_in_ap_capabilities()
1576 if (new_chan_freq != pe_session->curr_op_freq) { in lim_detect_change_in_ap_capabilities()
1579 pe_session->curr_op_freq, new_chan_freq); in lim_detect_change_in_ap_capabilities()
H A Dlim_utils.c7788 uint32_t new_chan_freq) in lim_update_session_he_capable_chan_switch() argument
7792 !wlan_reg_is_6ghz_chan_freq(new_chan_freq)) { in lim_update_session_he_capable_chan_switch()
7797 wlan_reg_is_6ghz_chan_freq(new_chan_freq)) { in lim_update_session_he_capable_chan_switch()
7808 if (wlan_reg_is_24ghz_ch_freq(new_chan_freq) && in lim_update_session_he_capable_chan_switch()
7811 else if (wlan_reg_is_5ghz_ch_freq(new_chan_freq)) in lim_update_session_he_capable_chan_switch()
7823 session->vhtCapability, session->he_6ghz_band, new_chan_freq, in lim_update_session_he_capable_chan_switch()
8971 uint32_t new_chan_freq) in lim_update_session_eht_capable_chan_switch() argument
8977 !wlan_reg_is_6ghz_chan_freq(new_chan_freq)) { in lim_update_session_eht_capable_chan_switch()
8982 wlan_reg_is_6ghz_chan_freq(new_chan_freq)) { in lim_update_session_eht_capable_chan_switch()
8993 if (wlan_reg_is_24ghz_ch_freq(new_chan_freq) && in lim_update_session_eht_capable_chan_switch()
[all …]
H A Dlim_process_action_frame.c228 ext_cng_chan_ind->new_chan_freq = target_freq; in lim_process_ext_channel_switch_action_frame()
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h390 uint32_t new_chan_freq; member
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h3911 uint32_t new_chan_freq; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c3134 sap_event->sapevt.sap_chan_cng_ind.new_chan_freq); in hdd_hostapd_sap_event_cb()
3139 sap_event->sapevt.sap_chan_cng_ind.new_chan_freq, in hdd_hostapd_sap_event_cb()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c2812 sap_ap_event->sapevt.sap_chan_cng_ind.new_chan_freq = in sap_signal_hdd_event()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c1445 roam_info->target_chan_freq = ext_chan_ind->new_chan_freq; in sme_extended_change_channel_ind()