Searched refs:dflt_chandef (Results 1 – 2 of 2) sorted by relevance
132 chandef = local->dflt_chandef; in ieee80211_calc_hw_conf_chan()1144 struct cfg80211_chan_def dflt_chandef = {}; in ieee80211_register_hw() local1268 if (!dflt_chandef.chan) { in ieee80211_register_hw()1282 ieee80211_create_default_chandef(&dflt_chandef, in ieee80211_register_hw()1285 local->monitor_chanreq.oper = dflt_chandef; in ieee80211_register_hw()1287 local->dflt_chandef = dflt_chandef; in ieee80211_register_hw()1288 local->hw.conf.chandef = dflt_chandef; in ieee80211_register_hw()
1497 struct cfg80211_chan_def dflt_chandef; member