Lines Matching defs:width
322 if (uc.width >= max_width)
334 uc.width = NL80211_CHAN_WIDTH_80;
342 while (uc.width > max_width ||
343 (uc.width > sta->tdls_chandef.width &&
349 tdls_dbg(sdata, "TDLS ch width upgraded %d -> %d\n",
350 sta->tdls_chandef.width, uc.width);
1253 enum nl80211_chan_width width;
1260 width = conf->def.width;
1265 /* if width changed and a peer is given, update its BW */
1266 if (width != conf->def.width && sta &&
1270 bw = ieee80211_chan_width_to_rx_bw(conf->def.width);
1278 * recalc the chandef width again, to get the
1504 if (chandef->width == NL80211_CHAN_WIDTH_40) {
1552 "TDLS channel switch request template for %pM ch %d width %d\n",
1553 sta->sta.addr, chandef->chan->center_freq, chandef->width);
1914 "TDLS ch switch request received from %pM ch %d width %d\n",
1916 params.chandef->width);