#include <linux/ieee80211.h>
#include "wlcore.h"
#include "debug.h"
#include "cmd.h"
#include "scan.h"
#include "acx.h"
#include "ps.h"
#include "tx.h"
Go to the source code of this file.
|
void | wl1271_scan_complete_work (struct work_struct *work) |
|
void | wl1271_scan_stm (struct wl1271 *wl, struct ieee80211_vif *vif) |
|
int | wl1271_scan (struct wl1271 *wl, struct ieee80211_vif *vif, const u8 *ssid, size_t ssid_len, struct cfg80211_scan_request *req) |
|
int | wl1271_scan_stop (struct wl1271 *wl) |
|
int | wl1271_scan_sched_scan_config (struct wl1271 *wl, struct wl12xx_vif *wlvif, struct cfg80211_sched_scan_request *req, struct ieee80211_sched_scan_ies *ies) |
|
int | wl1271_scan_sched_scan_start (struct wl1271 *wl, struct wl12xx_vif *wlvif) |
|
void | wl1271_scan_sched_scan_results (struct wl1271 *wl) |
|
void | wl1271_scan_sched_scan_stop (struct wl1271 *wl, struct wl12xx_vif *wlvif) |
|
#define WL1271_NOTHING_TO_SCAN 1 |