Lines Matching defs:width
326 if (uc.width >= max_width)
338 uc.width = NL80211_CHAN_WIDTH_80;
346 while (uc.width > max_width ||
347 (uc.width > sta->tdls_chandef.width &&
353 tdls_dbg(sdata, "TDLS ch width upgraded %d -> %d\n",
354 sta->tdls_chandef.width, uc.width);
1354 enum nl80211_chan_width width;
1361 width = conf->def.width;
1366 /* if width changed and a peer is given, update its BW */
1367 if (width != conf->def.width && sta &&
1371 bw = ieee80211_chan_width_to_rx_bw(conf->def.width);
1379 * recalc the chandef width again, to get the
1606 if (chandef->width == NL80211_CHAN_WIDTH_40) {
1655 "TDLS channel switch request template for %pM ch %d width %d\n",
1656 sta->sta.addr, chandef->chan->center_freq, chandef->width);
2030 "TDLS ch switch request received from %pM ch %d width %d\n",
2032 params.chandef->width);