Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dcore.c1232 wiphy_work_cancel(wdev->wiphy, &wdev->cqm_rssi_work); in _cfg80211_unregister_wdev()
1637 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_cancel() function
1649 EXPORT_SYMBOL_GPL(wiphy_work_cancel);
1695 wiphy_work_cancel(wiphy, &dwork->work); in wiphy_delayed_work_cancel()
/openbmc/linux/net/mac80211/
H A Dmain.c374 wiphy_work_cancel(local->hw.wiphy, in ieee80211_restart_work()
1514 wiphy_work_cancel(local->hw.wiphy, &local->sched_scan_stopped_work); in ieee80211_unregister_hw()
1515 wiphy_work_cancel(local->hw.wiphy, &local->radar_detected_work); in ieee80211_unregister_hw()
H A Dibss.c564 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_ibss_stop()
H A Diface.c639 wiphy_work_cancel(sdata->local->hw.wiphy, &sdata->work); in ieee80211_do_stop()
H A Dmlme.c7857 wiphy_work_cancel(link->sdata->local->hw.wiphy, in ieee80211_mgd_stop_link()
7873 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_mgd_stop()
7875 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_mgd_stop()
/openbmc/linux/include/net/
H A Dcfg80211.h5829 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work);