Home
last modified time | relevance | path

Searched refs:min_def (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/net/mac80211/
Dchan.c380 struct cfg80211_chan_def min_def; in _ieee80211_recalc_chanctx_min_def() local
393 ctx->conf.min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()
401 min_def = ctx->conf.def; in _ieee80211_recalc_chanctx_min_def()
402 while (min_def.width > max_bw) in _ieee80211_recalc_chanctx_min_def()
403 ieee80211_chandef_downgrade(&min_def, NULL); in _ieee80211_recalc_chanctx_min_def()
405 if (cfg80211_chandef_identical(&ctx->conf.min_def, &min_def)) in _ieee80211_recalc_chanctx_min_def()
408 ctx->conf.min_def = min_def; in _ieee80211_recalc_chanctx_min_def()
Dtrace.h105 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs-vif.c595 struct cfg80211_chan_def min_def, ap_def; in iwl_dbgfs_rx_phyinfo_write() local
608 min_def = chanctx_conf->min_def; in iwl_dbgfs_rx_phyinfo_write()
618 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &min_def, &ap_def, in iwl_dbgfs_rx_phyinfo_write()
Dmvm.h3002 return use_def ? &ctx->def : &ctx->min_def; in iwl_mvm_chanctx_def()
/linux-6.12.1/include/net/
Dmac80211.h265 struct cfg80211_chan_def min_def; member