Lines Matching refs:wdev

29 	skb = ieee80211_probereq_get(wvif->wdev->hw, vif->addr, NULL, 0,  in update_probe_tmpl()
55 wfx_tx_lock_flush(wvif->wdev); in send_scan_req()
60 wfx_tx_unlock(wvif->wdev); in send_scan_req()
67 dev_dbg(wvif->wdev->dev, "scan timeout (%d channels done)\n", in send_scan_req()
71 dev_err(wvif->wdev->dev, "scan didn't stop\n"); in send_scan_req()
74 dev_notice(wvif->wdev->dev, "scan abort\n"); in send_scan_req()
83 wfx_tx_unlock(wvif->wdev); in send_scan_req()
97 mutex_lock(&wvif->wdev->conf_mutex); in wfx_hw_scan_work()
98 mutex_lock(&wvif->wdev->scan_lock); in wfx_hw_scan_work()
100 dev_info(wvif->wdev->dev, "abort in-progress REQ_JOIN"); in wfx_hw_scan_work()
115 dev_err(wvif->wdev->dev, "scan has not been able to start\n"); in wfx_hw_scan_work()
119 mutex_unlock(&wvif->wdev->scan_lock); in wfx_hw_scan_work()
120 mutex_unlock(&wvif->wdev->conf_mutex); in wfx_hw_scan_work()
121 wfx_ieee80211_scan_completed_compat(wvif->wdev->hw, ret < 0); in wfx_hw_scan_work()
157 mutex_lock(&wvif->wdev->conf_mutex); in wfx_remain_on_channel_work()
158 mutex_lock(&wvif->wdev->scan_lock); in wfx_remain_on_channel_work()
160 dev_info(wvif->wdev->dev, "abort in-progress REQ_JOIN"); in wfx_remain_on_channel_work()
163 wfx_tx_flush(wvif->wdev); in wfx_remain_on_channel_work()
169 ieee80211_ready_on_channel(wvif->wdev->hw); in wfx_remain_on_channel_work()
175 dev_dbg(wvif->wdev->dev, "roc timeout\n"); in wfx_remain_on_channel_work()
178 dev_err(wvif->wdev->dev, "roc didn't stop\n"); in wfx_remain_on_channel_work()
179 ieee80211_remain_on_channel_expired(wvif->wdev->hw); in wfx_remain_on_channel_work()
181 mutex_unlock(&wvif->wdev->scan_lock); in wfx_remain_on_channel_work()
182 mutex_unlock(&wvif->wdev->conf_mutex); in wfx_remain_on_channel_work()
183 wfx_bh_request_tx(wvif->wdev); in wfx_remain_on_channel_work()
190 struct wfx_dev *wdev = hw->priv; in wfx_remain_on_channel() local
193 if (wfx_api_older_than(wdev, 3, 10)) in wfx_remain_on_channel()