Lines Matching refs:oper
886 struct ieee80211_chan_req chanreq = { .oper = *chandef }; in ieee80211_set_monitor_channel()
891 if (cfg80211_chandef_identical(&local->monitor_chanreq.oper, in ieee80211_set_monitor_channel()
892 &chanreq.oper)) in ieee80211_set_monitor_channel()
900 if (cfg80211_chandef_identical(&sdata->vif.bss_conf.chanreq.oper, in ieee80211_set_monitor_channel()
901 &chanreq.oper)) in ieee80211_set_monitor_channel()
1283 struct ieee80211_chan_req chanreq = { .oper = params->chandef }; in ieee80211_start_ap()
1666 chandef = link_conf->chanreq.oper; in ieee80211_stop_ap()
1883 ieee80211_parse_bitrates(link->conf->chanreq.oper.width, in sta_link_apply_parameters()
2658 struct ieee80211_chan_req chanreq = { .oper = setup->chandef }; in ieee80211_join_mesh()
2718 if (!ieee80211_parse_bitrates(link->conf->chanreq.oper.width, in ieee80211_change_bss()
3242 link->conf->chanreq.oper.width == NL80211_CHAN_WIDTH_20_NOHT) in __ieee80211_request_smps_mgd()
3418 sdata->vif.bss_conf.chanreq.oper.chan) { in ieee80211_set_bitrate_mask()
3422 band = sdata->vif.bss_conf.chanreq.oper.chan->band; in ieee80211_set_bitrate_mask()
3474 struct ieee80211_chan_req chanreq = { .oper = *chandef }; in ieee80211_start_radar_detection()
3757 if (!cfg80211_chandef_identical(&link_conf->chanreq.oper, in __ieee80211_csa_finalize()
3758 &link_data->csa.chanreq.oper)) in __ieee80211_csa_finalize()
3775 cfg80211_ch_switch_notify(sdata->dev, &link_data->csa.chanreq.oper, in __ieee80211_csa_finalize()
3911 if (sdata->vif.bss_conf.chanreq.oper.chan->band != in ieee80211_set_csa_beacon()
3959 struct ieee80211_chan_req chanreq = { .oper = params->chandef }; in __ieee80211_channel_switch()
3989 if (chanreq.oper.punctured && !link_conf->eht_support) in __ieee80211_channel_switch()
4013 ch_switch.chandef = chanreq.oper; in __ieee80211_channel_switch()
4050 &link_data->csa.chanreq.oper, link_id, in __ieee80211_channel_switch()
4055 drv_channel_switch_beacon(sdata, &link_data->csa.chanreq.oper); in __ieee80211_channel_switch()
4308 *chandef = link->conf->chanreq.oper; in ieee80211_cfg_get_channel()
4313 *chandef = local->monitor_chanreq.oper; in ieee80211_cfg_get_channel()
4361 struct ieee80211_chan_req chanreq = { .oper = *chandef }; in ieee80211_set_ap_chanwidth()