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.c602 struct cfg80211_chan_def min_def, ap_def; in iwl_dbgfs_rx_phyinfo_write() local
615 min_def = chanctx_conf->min_def; in iwl_dbgfs_rx_phyinfo_write()
625 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &min_def, &ap_def, in iwl_dbgfs_rx_phyinfo_write()
H A Dmac80211.c
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1239 chanctx_conf->min_def.chan = chan; in lkpi_sta_scan_to_auth()
1240 chanctx_conf->min_def.width = NL80211_CHAN_WIDTH_20_NOHT; in lkpi_sta_scan_to_auth()
1241 chanctx_conf->min_def.center_freq1 = chan->center_freq; in lkpi_sta_scan_to_auth()
1242 chanctx_conf->min_def.center_freq2 = 0; in lkpi_sta_scan_to_auth()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h236 struct cfg80211_chan_def min_def; member