Searched refs:min_def (Results 1 – 4 of 4) sorted by relevance
602 struct cfg80211_chan_def min_def, ap_def; in iwl_dbgfs_rx_phyinfo_write() local615 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()
1239 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()
236 struct cfg80211_chan_def min_def; member