Home
last modified time | relevance | path

Searched refs:hw_roc_start (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Doffchannel.c264 container_of(work, struct ieee80211_local, hw_roc_start); in ieee80211_hw_roc_start()
286 wiphy_work_queue(hw->wiphy, &local->hw_roc_start); in ieee80211_ready_on_channel()
429 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start); in ieee80211_reconfig_roc()
732 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start); in ieee80211_cancel_roc()
1060 wiphy_work_init(&local->hw_roc_start, ieee80211_hw_roc_start); in ieee80211_roc_setup()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3271 static void hw_roc_start(struct work_struct *work) in hw_roc_start() function
5777 INIT_DELAYED_WORK(&data->roc_start, hw_roc_start); in mac80211_hwsim_new_radio()