Home
last modified time | relevance | path

Searched refs:limRFBand (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ !
H A Dsch_beacon_process.c231 rf_band = session->limRFBand; in ap_beacon_process()
1247 rf_band = session->limRFBand; in lim_obss_generate_detection_config()
1527 rf_band = session->limRFBand; in lim_process_obss_detection_ind()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_ft.c485 ft_session->limRFBand); in lim_fill_dot11mode()
672 ft_session->limRFBand = lim_get_rf_band(ft_session->curr_op_freq); in lim_fill_ft_session()
H A Dlim_process_assoc_req_frame.c2935 if (session_entry->limRFBand == REG_BAND_2G) { in lim_fill_assoc_he_info()
3014 if (session_entry->limRFBand == REG_BAND_2G) { in lim_fill_assoc_ind_info()
H A Dlim_process_sme_req_messages.c1213 session->limRFBand = lim_get_rf_band( in __lim_handle_sme_start_bss_request()
1219 (session->limRFBand != REG_BAND_2G)) { in __lim_handle_sme_start_bss_request()
3540 session->limRFBand = lim_get_rf_band(session->curr_op_freq); in lim_fill_pe_session()
3543 if (session->limRFBand != REG_BAND_2G) in lim_fill_pe_session()
9736 session_entry->limRFBand = lim_get_rf_band( in lim_process_sme_channel_change_request()
9750 session_entry->limRFBand != REG_BAND_2G) in lim_process_sme_channel_change_request()
H A Dlim_utils.c2186 pe_session->limRFBand = lim_get_rf_band(pe_session->curr_req_chan_freq); in lim_switch_primary_channel()
2211 pe_session->limRFBand = lim_get_rf_band(pe_session->curr_req_chan_freq); in lim_switch_primary_secondary_channel()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ !
H A Dlim_api.h453 *band = pe_session ? pe_session->limRFBand : REG_BAND_UNKNOWN; in lim_get_rf_band_new()
H A Dlim_session.h718 enum reg_wifi_band limRFBand; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ !
H A Dparser_api.c641 if (pe_session->limRFBand == REG_BAND_UNKNOWN) { in populate_dot11f_country()
646 band_bitmap = BIT(pe_session->limRFBand); in populate_dot11f_country()