Lines Matching defs:oper_chwidth
648 int sec_channel_offset, int oper_chwidth,
657 sec_channel_offset, oper_chwidth,
988 int sec_channel_offset, int oper_chwidth,
1010 oper_chwidth, center_segment0,
1182 /* Note: VHT20 is defined by combination of ht_capab & oper_chwidth
1188 enum oper_chan_width oper_chwidth;
1190 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf);
1191 if (oper_chwidth == CONF_OPER_CHWIDTH_80MHZ)
1193 else if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ ||
1194 oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ)
1196 else if (oper_chwidth == CONF_OPER_CHWIDTH_320MHZ)