Searched refs:current_channel (Results 1 – 2 of 2) sorted by relevance
119 struct ieee80211_channel *current_channel; in dot11p_validate_channel() local128 current_channel = ¤t_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 …]
4912 int current_channel = 0; in target_if_init_upper_lower_flags() local4921 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() local5205 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 …]