Searched refs:wiphy_delayed_work_queue (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | offchannel.c | 233 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, dur); in ieee80211_recalc_sw_work() 371 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, in _ieee80211_start_next_roc() 410 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, in ieee80211_start_next_roc() 589 wiphy_delayed_work_queue(local->hw.wiphy, in ieee80211_start_roc_work() 748 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, 0); in ieee80211_cancel_roc()
|
H A D | scan.c | 282 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, 0); in ieee80211_scan_rx() 515 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, 0); in ieee80211_scan_completed() 555 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, 0); in ieee80211_start_sw_scan() 612 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, in ieee80211_run_deferred_scan() 811 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, in __ieee80211_start_scan() 1153 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, in ieee80211_scan_work()
|
H A D | chan.c | 1213 wiphy_delayed_work_queue(sdata->local->hw.wiphy, in ieee80211_link_chanctx_reservation_complete()
|
H A D | mlme.c | 1803 wiphy_delayed_work_queue(sdata->local->hw.wiphy, in ieee80211_chswitch_done() 1997 wiphy_delayed_work_queue(local->hw.wiphy, in ieee80211_sta_process_chanswitch() 5900 wiphy_delayed_work_queue(sdata->local->hw.wiphy, in ieee80211_ml_reconfiguration()
|
H A D | util.c | 2361 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, 0); in ieee80211_flush_completed_scan()
|
/openbmc/linux/net/wireless/ |
H A D | core.c | 1674 void wiphy_delayed_work_queue(struct wiphy *wiphy, in wiphy_delayed_work_queue() function 1687 EXPORT_SYMBOL_GPL(wiphy_delayed_work_queue);
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 5869 void wiphy_delayed_work_queue(struct wiphy *wiphy,
|