Lines Matching defs:wiphy

37 	wiphy_work_cancel(local->hw.wiphy, &local->dynamic_ps_enable_work);
87 lockdep_assert_wiphy(local->hw.wiphy);
137 lockdep_assert_wiphy(local->hw.wiphy);
200 lockdep_assert_wiphy(local->hw.wiphy);
233 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, dur);
261 static void ieee80211_hw_roc_start(struct wiphy *wiphy, struct wiphy_work *work)
267 lockdep_assert_wiphy(local->hw.wiphy);
286 wiphy_work_queue(hw->wiphy, &local->hw_roc_start);
296 lockdep_assert_wiphy(local->hw.wiphy);
326 wiphy_warn(local->hw.wiphy,
339 wiphy_work_queue(local->hw.wiphy, &local->hw_roc_done);
372 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work,
390 lockdep_assert_wiphy(local->hw.wiphy);
411 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work,
429 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start);
430 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done);
454 lockdep_assert_wiphy(local->hw.wiphy);
488 static void ieee80211_roc_work(struct wiphy *wiphy, struct wiphy_work *work)
493 lockdep_assert_wiphy(local->hw.wiphy);
498 static void ieee80211_hw_roc_done(struct wiphy *wiphy, struct wiphy_work *work)
503 lockdep_assert_wiphy(local->hw.wiphy);
517 wiphy_work_queue(hw->wiphy, &local->hw_roc_done);
573 lockdep_assert_wiphy(local->hw.wiphy);
616 req = wiphy_dereference(local->hw.wiphy, local->scan_req);
624 wiphy_delayed_work_queue(local->hw.wiphy,
674 struct wiphy *wiphy = local->hw.wiphy;
675 u32 max_roc = wiphy->max_remain_on_channel_duration;
707 int ieee80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev,
714 lockdep_assert_wiphy(local->hw.wiphy);
727 lockdep_assert_wiphy(local->hw.wiphy);
732 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start);
774 wiphy_work_cancel(local->hw.wiphy, &local->hw_roc_done);
796 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, 0);
804 int ieee80211_cancel_remain_on_channel(struct wiphy *wiphy,
813 int ieee80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,
828 lockdep_assert_wiphy(local->hw.wiphy);
1050 int ieee80211_mgmt_tx_cancel_wait(struct wiphy *wiphy,
1053 struct ieee80211_local *local = wiphy_priv(wiphy);
1072 lockdep_assert_wiphy(local->hw.wiphy);