Lines Matching refs:chan
268 struct ieee80211_channel *chan; in wlan_p2p_event_callback() local
302 chan = ieee80211_get_channel(wdev->wiphy, p2p_event->chan_freq); in wlan_p2p_event_callback()
303 if (!chan) { in wlan_p2p_event_callback()
310 p2p_event->cookie, chan, in wlan_p2p_event_callback()
314 p2p_event->cookie, chan, GFP_KERNEL); in wlan_p2p_event_callback()
354 struct ieee80211_channel *chan, uint32_t duration, in wlan_cfg80211_roc() argument
369 if (!chan) { in wlan_cfg80211_roc()
383 roc_req.chan_freq = chan->center_freq; in wlan_cfg80211_roc()
387 ret = policy_mgr_is_chan_ok_for_dnbs(psoc, chan->center_freq, &ok); in wlan_cfg80211_roc()
424 struct ieee80211_channel *chan, bool offchan, in wlan_cfg80211_mgmt_tx() argument
440 if (chan) in wlan_cfg80211_mgmt_tx()
441 chan_freq = chan->center_freq; in wlan_cfg80211_mgmt_tx()