Home
last modified time | relevance | path

Searched refs:curr_mode (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_avoid_freq_ext.c65 enum QDF_GLOBAL_MODE curr_mode; in __wlan_hdd_cfg80211_avoid_freq_ext() local
79 curr_mode = hdd_get_conparam(); in __wlan_hdd_cfg80211_avoid_freq_ext()
80 if (curr_mode == QDF_GLOBAL_FTM_MODE || in __wlan_hdd_cfg80211_avoid_freq_ext()
81 curr_mode == QDF_GLOBAL_MONITOR_MODE) { in __wlan_hdd_cfg80211_avoid_freq_ext()
H A Dwlan_hdd_scan.c1283 enum QDF_GLOBAL_MODE curr_mode; in __wlan_hdd_cfg80211_sched_scan_start() local
1285 curr_mode = hdd_get_conparam(); in __wlan_hdd_cfg80211_sched_scan_start()
1287 if (QDF_GLOBAL_FTM_MODE == curr_mode || in __wlan_hdd_cfg80211_sched_scan_start()
1288 QDF_GLOBAL_MONITOR_MODE == curr_mode) { in __wlan_hdd_cfg80211_sched_scan_start()
1412 enum QDF_GLOBAL_MODE curr_mode; in __wlan_hdd_cfg80211_sched_scan_stop() local
1414 curr_mode = hdd_get_conparam(); in __wlan_hdd_cfg80211_sched_scan_stop()
1416 if (QDF_GLOBAL_FTM_MODE == curr_mode || in __wlan_hdd_cfg80211_sched_scan_stop()
1417 QDF_GLOBAL_MONITOR_MODE == curr_mode) { in __wlan_hdd_cfg80211_sched_scan_stop()
H A Dwlan_hdd_main.c19991 enum QDF_GLOBAL_MODE curr_mode) in hdd_stop_present_mode() argument
19996 switch (curr_mode) { in hdd_stop_present_mode()
20016 enum QDF_GLOBAL_MODE curr_mode) in hdd_cleanup_present_mode() argument
20018 switch (curr_mode) { in hdd_cleanup_present_mode()
20092 enum QDF_GLOBAL_MODE curr_mode; in __hdd_driver_mode_change() local
20107 curr_mode = hdd_get_conparam(); in __hdd_driver_mode_change()
20108 if (curr_mode == next_mode) { in __hdd_driver_mode_change()
20116 hdd_stop_present_mode(hdd_ctx, curr_mode); in __hdd_driver_mode_change()
20130 hdd_cleanup_present_mode(hdd_ctx, curr_mode); in __hdd_driver_mode_change()
20190 enum QDF_GLOBAL_MODE curr_mode; in hdd_pre_mode_change() local
[all …]
H A Dwlan_hdd_cfg80211.c17179 enum QDF_GLOBAL_MODE curr_mode; in __wlan_hdd_cfg80211_avoid_freq() local
17187 curr_mode = hdd_get_conparam(); in __wlan_hdd_cfg80211_avoid_freq()
17188 if (QDF_GLOBAL_FTM_MODE == curr_mode || in __wlan_hdd_cfg80211_avoid_freq()
17189 QDF_GLOBAL_MONITOR_MODE == curr_mode) { in __wlan_hdd_cfg80211_avoid_freq()
/wlan-driver/wpa_supplicant_8/src/common/
H A Dhw_features_common.c
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c4784 enum csr_cfgdot11mode curr_mode = in csr_roam_get_phy_mode_band_for_bss() local
4806 if ((!is_ap && ((eCSR_CFG_DOT11_MODE_AUTO == curr_mode) || in csr_roam_get_phy_mode_band_for_bss()
4807 (eCSR_CFG_DOT11_MODE_ABG == curr_mode))) || in csr_roam_get_phy_mode_band_for_bss()