Home
last modified time | relevance | path

Searched refs:rf_band (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_process.c229 enum reg_wifi_band rf_band = REG_BAND_UNKNOWN; in ap_beacon_process() local
231 rf_band = session->limRFBand; in ap_beacon_process()
235 if (REG_BAND_5G == rf_band) in ap_beacon_process()
238 else if (REG_BAND_2G == rf_band) in ap_beacon_process()
1237 enum reg_wifi_band rf_band = REG_BAND_UNKNOWN; in lim_obss_generate_detection_config() local
1247 rf_band = session->limRFBand; in lim_obss_generate_detection_config()
1252 rf_band, phy_mode, session->htCapability, in lim_obss_generate_detection_config()
1273 if (rf_band == REG_BAND_2G) { in lim_obss_generate_detection_config()
1335 if ((rf_band == REG_BAND_5G) && session->htCapability) { in lim_obss_generate_detection_config()
1349 if (((rf_band == REG_BAND_2G) || (rf_band == REG_BAND_5G)) && in lim_obss_generate_detection_config()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_assoc_utils.c854 enum reg_wifi_band rf_band = REG_BAND_UNKNOWN; in lim_decide_ap_protection_on_delete() local
860 lim_get_rf_band_new(mac_ctx, &rf_band, session_entry); in lim_decide_ap_protection_on_delete()
864 if ((REG_BAND_5G == rf_band) && in lim_decide_ap_protection_on_delete()
897 if ((REG_BAND_2G == rf_band) && in lim_decide_ap_protection_on_delete()
928 if ((REG_BAND_2G == rf_band) && in lim_decide_ap_protection_on_delete()