Lines Matching defs:roc
3340 struct rtw89_roc *roc = &rtwvif->roc;
3354 rtw89_err(rtwdev, "roc start: find no link on HW-%u\n",
3364 "roc send null-1 failed: %d\n", ret);
3378 cfg80211_chandef_create(&roc_chan, &roc->chan, NL80211_CHAN_NO_HT);
3386 cancel_delayed_work(&rtwvif->roc.roc_work);
3387 ieee80211_queue_delayed_work(hw, &rtwvif->roc.roc_work,
3388 msecs_to_jiffies(rtwvif->roc.duration));
3395 struct rtw89_roc *roc = &rtwvif->roc;
3410 rtw89_err(rtwdev, "roc end: find no link on HW-%u\n",
3418 roc->state = RTW89_ROC_IDLE;
3424 "roc send null-0 failed: %d\n", ret);
3433 ieee80211_queue_delayed_work(hw, &roc->roc_work,
3440 roc.roc_work.work);
3442 struct rtw89_roc *roc = &rtwvif->roc;
3446 switch (roc->state) {