• Home
  • Raw
  • Download

Lines Matching refs:conf

28 	if (iface->conf->ieee80211n && iface->conf->secondary_channel)  in dfs_get_used_n_chans()
31 if (iface->conf->ieee80211ac) { in dfs_get_used_n_chans()
32 switch (iface->conf->vht_oper_chwidth) { in dfs_get_used_n_chans()
168 if (!iface->conf->acs_ch_list.num) in is_in_chanlist()
171 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan); in is_in_chanlist()
198 if (iface->conf->ieee80211n && in dfs_find_channel()
199 iface->conf->secondary_channel && in dfs_find_channel()
228 if (!iface->conf->ieee80211ac) in dfs_adjust_vht_center_freq()
236 switch (iface->conf->vht_oper_chwidth) { in dfs_adjust_vht_center_freq()
268 int channel_no = iface->conf->channel; in dfs_get_start_chan_idx()
275 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1) in dfs_get_start_chan_idx()
279 if (iface->conf->ieee80211ac) { in dfs_get_start_chan_idx()
280 switch (iface->conf->vht_oper_chwidth) { in dfs_get_start_chan_idx()
285 iface->conf->vht_oper_centr_freq_seg0_idx - 6; in dfs_get_start_chan_idx()
289 iface->conf->vht_oper_centr_freq_seg0_idx - 14; in dfs_get_start_chan_idx()
293 iface->conf->vht_oper_centr_freq_seg0_idx - 6; in dfs_get_start_chan_idx()
295 iface->conf->vht_oper_centr_freq_seg1_idx - 6; in dfs_get_start_chan_idx()
335 mode->num_channels, channel_no, iface->conf->channel, in dfs_get_start_chan_idx()
336 iface->conf->ieee80211n, in dfs_get_start_chan_idx()
337 iface->conf->secondary_channel, in dfs_get_start_chan_idx()
338 iface->conf->vht_oper_chwidth); in dfs_get_start_chan_idx()
458 if (iface->conf->secondary_channel) in dfs_get_valid_channel()
712 iface->conf->channel = channel->chan; in hostapd_handle_dfs()
713 iface->conf->secondary_channel = sec; in hostapd_handle_dfs()
714 iface->conf->vht_oper_centr_freq_seg0_idx = cf1; in hostapd_handle_dfs()
715 iface->conf->vht_oper_centr_freq_seg1_idx = cf2; in hostapd_handle_dfs()
725 iface->conf->channel, iface->conf->secondary_channel, in hostapd_handle_dfs()
726 iface->conf->vht_oper_chwidth, in hostapd_handle_dfs()
727 iface->conf->vht_oper_centr_freq_seg0_idx, in hostapd_handle_dfs()
728 iface->conf->vht_oper_centr_freq_seg1_idx, in hostapd_handle_dfs()
731 res = hostapd_start_dfs_cac(iface, iface->conf->hw_mode, in hostapd_handle_dfs()
733 iface->conf->channel, in hostapd_handle_dfs()
734 iface->conf->ieee80211n, in hostapd_handle_dfs()
735 iface->conf->ieee80211ac, in hostapd_handle_dfs()
736 iface->conf->secondary_channel, in hostapd_handle_dfs()
737 iface->conf->vht_oper_chwidth, in hostapd_handle_dfs()
738 iface->conf->vht_oper_centr_freq_seg0_idx, in hostapd_handle_dfs()
739 iface->conf->vht_oper_centr_freq_seg1_idx); in hostapd_handle_dfs()
807 iface->conf->channel = channel->chan; in hostapd_dfs_start_channel_switch_cac()
808 iface->conf->secondary_channel = secondary_channel; in hostapd_dfs_start_channel_switch_cac()
809 iface->conf->vht_oper_centr_freq_seg0_idx = in hostapd_dfs_start_channel_switch_cac()
811 iface->conf->vht_oper_centr_freq_seg1_idx = in hostapd_dfs_start_channel_switch_cac()
868 iface->conf->channel = channel->chan; in hostapd_dfs_start_channel_switch()
869 iface->conf->secondary_channel = secondary_channel; in hostapd_dfs_start_channel_switch()
870 iface->conf->vht_oper_centr_freq_seg0_idx = in hostapd_dfs_start_channel_switch()
872 iface->conf->vht_oper_centr_freq_seg1_idx = in hostapd_dfs_start_channel_switch()
891 iface->conf->hw_mode, in hostapd_dfs_start_channel_switch()
894 iface->conf->ieee80211n, in hostapd_dfs_start_channel_switch()
895 iface->conf->ieee80211ac, in hostapd_dfs_start_channel_switch()
897 iface->conf->vht_oper_chwidth, in hostapd_dfs_start_channel_switch()
918 iface->conf->channel = channel->chan; in hostapd_dfs_start_channel_switch()
919 iface->conf->secondary_channel = secondary_channel; in hostapd_dfs_start_channel_switch()
920 iface->conf->vht_oper_centr_freq_seg0_idx = in hostapd_dfs_start_channel_switch()
922 iface->conf->vht_oper_centr_freq_seg1_idx = in hostapd_dfs_start_channel_switch()
952 if (!iface->conf->ieee80211h) in hostapd_dfs_radar_detected()
999 if (!iface->conf->ieee80211h || !iface->current_mode || in hostapd_is_dfs_required()