1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Scan related functions.
5 * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
6 * Copyright (c) 2010, ST-Ericsson
11 #include <net/mac80211.h>
16 void wfx_hw_scan_work(struct work_struct
*work
);
17 int wfx_hw_scan(struct ieee80211_hw
*hw
, struct ieee80211_vif
*vif
,
18 struct ieee80211_scan_request
*req
);
19 void wfx_cancel_hw_scan(struct ieee80211_hw
*hw
, struct ieee80211_vif
*vif
);
20 void wfx_scan_complete(struct wfx_vif
*wvif
);
22 #endif /* WFX_SCAN_H */