Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs-vif.c613 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
H A Dmac80211.c4770 struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def; in __iwl_mvm_add_chanctx()
4838 struct cfg80211_chan_def *def = responder ? &ctx->def : &ctx->min_def; in iwl_mvm_change_chanctx()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1237 chanctx_conf->min_def.chan = chan; in lkpi_sta_scan_to_auth()
1238 chanctx_conf->min_def.width = NL80211_CHAN_WIDTH_20_NOHT; in lkpi_sta_scan_to_auth()
1239 chanctx_conf->min_def.center_freq1 = chan->center_freq; in lkpi_sta_scan_to_auth()
1240 chanctx_conf->min_def.center_freq2 = 0; in lkpi_sta_scan_to_auth()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h224 struct cfg80211_chan_def min_def; member