Lines Matching refs:oper
260 chanreq.oper = *req_chandef; in __ieee80211_sta_join_ibss()
261 chan = chanreq.oper.chan; in __ieee80211_sta_join_ibss()
262 if (!cfg80211_reg_can_beacon(local->hw.wiphy, &chanreq.oper, in __ieee80211_sta_join_ibss()
264 if (chanreq.oper.width == NL80211_CHAN_WIDTH_5 || in __ieee80211_sta_join_ibss()
265 chanreq.oper.width == NL80211_CHAN_WIDTH_10 || in __ieee80211_sta_join_ibss()
266 chanreq.oper.width == NL80211_CHAN_WIDTH_20_NOHT || in __ieee80211_sta_join_ibss()
267 chanreq.oper.width == NL80211_CHAN_WIDTH_20) { in __ieee80211_sta_join_ibss()
272 chanreq.oper.width = NL80211_CHAN_WIDTH_20; in __ieee80211_sta_join_ibss()
273 chanreq.oper.center_freq1 = chan->center_freq; in __ieee80211_sta_join_ibss()
275 if (!cfg80211_reg_can_beacon(local->hw.wiphy, &chanreq.oper, in __ieee80211_sta_join_ibss()
284 &chanreq.oper, NL80211_IFTYPE_ADHOC); in __ieee80211_sta_join_ibss()
310 capability, tsf, &chanreq.oper, in __ieee80211_sta_join_ibss()
536 cbss->channel = sdata->deflink.csa.chanreq.oper.chan; in ieee80211_ibss_finish_csa()
541 ifibss->chandef = sdata->deflink.csa.chanreq.oper; in ieee80211_ibss_finish_csa()
803 params.chandef = csa_ie.chanreq.oper; in ieee80211_ibss_process_chanswitch()
862 &sdata->vif.bss_conf.chanreq.oper)) { in ieee80211_ibss_process_chanswitch()