Lines Matching refs:roc
2970 struct rtw89_roc *roc = &rtwvif->roc;
2984 "roc send null-1 failed: %d\n", ret);
2990 cfg80211_chandef_create(&roc_chan, &roc->chan, NL80211_CHAN_NO_HT);
2998 cancel_delayed_work(&rtwvif->roc.roc_work);
2999 ieee80211_queue_delayed_work(hw, &rtwvif->roc.roc_work,
3000 msecs_to_jiffies(rtwvif->roc.duration));
3007 struct rtw89_roc *roc = &rtwvif->roc;
3023 roc->state = RTW89_ROC_IDLE;
3029 "roc send null-0 failed: %d\n", ret);
3039 ieee80211_queue_delayed_work(hw, &roc->roc_work,
3046 roc.roc_work.work);
3048 struct rtw89_roc *roc = &rtwvif->roc;
3052 switch (roc->state) {