Home | History | Annotate | Download | only in ap

Lines Matching refs:conf

28 	if (iface->conf->ieee80211n && iface->conf->secondary_channel)
31 if (iface->conf->ieee80211ac) {
32 switch (iface->conf->vht_oper_chwidth) {
168 if (!iface->conf->acs_ch_list.num)
171 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan);
198 if (iface->conf->ieee80211n &&
199 iface->conf->secondary_channel &&
228 if (!iface->conf->ieee80211ac)
236 switch (iface->conf->vht_oper_chwidth) {
268 int channel_no = iface->conf->channel;
275 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1)
279 if (iface->conf->ieee80211ac) {
280 switch (iface->conf->vht_oper_chwidth) {
285 iface->conf->vht_oper_centr_freq_seg0_idx - 6;
289 iface->conf->vht_oper_centr_freq_seg0_idx - 14;
293 iface->conf->vht_oper_centr_freq_seg0_idx - 6;
295 iface->conf->vht_oper_centr_freq_seg1_idx - 6;
334 "DFS chan_idx seems wrong; num-ch: %d ch-no: %d conf-ch-no: %d 11n: %d sec-ch: %d vht-oper-width: %d",
335 mode->num_channels, channel_no, iface->conf->channel,
336 iface->conf->ieee80211n,
337 iface->conf->secondary_channel,
338 iface->conf->vht_oper_chwidth);
458 if (iface->conf->secondary_channel)
712 iface->conf->channel = channel->chan;
713 iface->conf->secondary_channel = sec;
714 iface->conf->vht_oper_centr_freq_seg0_idx = cf1;
715 iface->conf->vht_oper_centr_freq_seg1_idx = cf2;
725 iface->conf->channel, iface->conf->secondary_channel,
726 iface->conf->vht_oper_chwidth,
727 iface->conf->vht_oper_centr_freq_seg0_idx,
728 iface->conf->vht_oper_centr_freq_seg1_idx,
731 res = hostapd_start_dfs_cac(iface, iface->conf->hw_mode,
733 iface->conf->channel,
734 iface->conf->ieee80211n,
735 iface->conf->ieee80211ac,
736 iface->conf->secondary_channel,
737 iface->conf->vht_oper_chwidth,
738 iface->conf->vht_oper_centr_freq_seg0_idx,
739 iface->conf->vht_oper_centr_freq_seg1_idx);
807 iface->conf->channel = channel->chan;
808 iface->conf->secondary_channel = secondary_channel;
809 iface->conf->vht_oper_centr_freq_seg0_idx =
811 iface->conf->vht_oper_centr_freq_seg1_idx =
868 iface->conf->channel = channel->chan;
869 iface->conf->secondary_channel = secondary_channel;
870 iface->conf->vht_oper_centr_freq_seg0_idx =
872 iface->conf->vht_oper_centr_freq_seg1_idx =
891 iface->conf->hw_mode,
894 iface->conf->ieee80211n,
895 iface->conf->ieee80211ac,
897 iface->conf->vht_oper_chwidth,
918 iface->conf->channel = channel->chan;
919 iface->conf->secondary_channel = secondary_channel;
920 iface->conf->vht_oper_centr_freq_seg0_idx =
922 iface->conf->vht_oper_centr_freq_seg1_idx =
952 if (!iface->conf->ieee80211h)
999 if (!iface->conf->ieee80211h || !iface->current_mode ||