Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ocb.c119 struct ieee80211_channel *current_channel; in dot11p_validate_channel() local
128 current_channel = &current_band->channels[channel_idx]; in dot11p_validate_channel()
130 if (channel_freq == current_channel->center_freq) { in dot11p_validate_channel()
131 if (current_channel->flags & in dot11p_validate_channel()
137 current_channel->max_reg_power; in dot11p_validate_channel()
140 current_channel-> in dot11p_validate_channel()
145 if (current_channel->flags & in dot11p_validate_channel()
148 else if (current_channel->flags & in dot11p_validate_channel()
157 if (current_channel->flags & in dot11p_validate_channel()
162 if (current_channel->flags & in dot11p_validate_channel()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c4912 int current_channel = 0; in target_if_init_upper_lower_flags() local
4921 current_channel = p_sops->get_current_channel(spectral, smode); in target_if_init_upper_lower_flags()
4924 if ((current_channel == 0) || (ext_channel == 0)) in target_if_init_upper_lower_flags()
4929 if (ext_channel < current_channel) { in target_if_init_upper_lower_flags()
5165 int current_channel = 0; in target_if_spectral_scan_enable_params() local
5205 current_channel = p_sops->get_current_channel(spectral, smode); in target_if_spectral_scan_enable_params()
5238 current_channel; in target_if_spectral_scan_enable_params()
5258 if (extension_channel < current_channel) { in target_if_spectral_scan_enable_params()
5262 current_channel; in target_if_spectral_scan_enable_params()
5265 current_channel; in target_if_spectral_scan_enable_params()
[all …]