Home
last modified time | relevance | path

Searched refs:wiphy_work_cancel (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/net/wireless/
Dcore.c1232 wiphy_work_cancel(wdev->wiphy, &wdev->cqm_rssi_work); in _cfg80211_unregister_wdev()
1636 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_cancel() function
1648 EXPORT_SYMBOL_GPL(wiphy_work_cancel);
1694 wiphy_work_cancel(wiphy, &dwork->work); in wiphy_delayed_work_cancel()
/linux-6.6.21/net/mac80211/
Dmain.c364 wiphy_work_cancel(local->hw.wiphy, in ieee80211_restart_work()
1484 wiphy_work_cancel(local->hw.wiphy, &local->sched_scan_stopped_work); in ieee80211_unregister_hw()
1485 wiphy_work_cancel(local->hw.wiphy, &local->radar_detected_work); in ieee80211_unregister_hw()
Dibss.c564 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_ibss_stop()
Diface.c617 wiphy_work_cancel(sdata->local->hw.wiphy, &sdata->work); in ieee80211_do_stop()
Dmlme.c7852 wiphy_work_cancel(link->sdata->local->hw.wiphy, in ieee80211_mgd_stop_link()
7868 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_mgd_stop()
7870 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_mgd_stop()
/linux-6.6.21/include/net/
Dcfg80211.h5827 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work);