Searched refs:wiphy_work_cancel (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | core.c | 1232 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 D | main.c | 374 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 D | ibss.c | 564 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_ibss_stop()
|
H A D | iface.c | 639 wiphy_work_cancel(sdata->local->hw.wiphy, &sdata->work); in ieee80211_do_stop()
|
H A D | mlme.c | 7857 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 D | cfg80211.h | 5829 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work);
|