Home
last modified time | relevance | path

Searched refs:roc_work (Results 1 – 5 of 5) sorted by relevance

/linux/net/mac80211/
H A Doffchannel.c233 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, dur); in ieee80211_recalc_sw_work()
372 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, in _ieee80211_start_next_roc()
411 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, in ieee80211_start_next_roc()
491 container_of(work, struct ieee80211_local, roc_work.work); in ieee80211_roc_work()
625 &local->roc_work, 0); in ieee80211_start_roc_work()
796 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, 0); in ieee80211_cancel_roc()
1062 wiphy_delayed_work_init(&local->roc_work, ieee80211_roc_work); in ieee80211_roc_setup()
H A Dmain.c521 wiphy_delayed_work_flush(local->hw.wiphy, &local->roc_work); in ieee80211_restart_work()
1695 wiphy_delayed_work_cancel(local->hw.wiphy, &local->roc_work); in ieee80211_unregister_hw()
H A Dieee80211_i.h1668 struct wiphy_delayed_work roc_work; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c210 wiphy_delayed_work_init(&rtwvif->roc.roc_work, rtw89_roc_work); in rtw89_ops_add_interface()
254 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_ops_remove_interface()
1497 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_ops_cancel_remain_on_channel()
H A Dcore.c4330 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_roc_start()
4331 wiphy_delayed_work_queue(hw->wiphy, &rtwvif->roc.roc_work, in rtw89_roc_start()
4375 wiphy_delayed_work_queue(hw->wiphy, &roc->roc_work, in rtw89_roc_end()
4382 roc.roc_work.work); in rtw89_roc_work()