Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
scan.c File Reference
#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.

Macros

#define WL1271_NOTHING_TO_SCAN   1
 

Functions

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)
 

Macro Definition Documentation

#define WL1271_NOTHING_TO_SCAN   1

Definition at line 158 of file scan.c.

Function Documentation

int wl1271_scan ( struct wl1271 wl,
struct ieee80211_vif vif,
const u8 ssid,
size_t  ssid_len,
struct cfg80211_scan_request req 
)

Definition at line 342 of file scan.c.

void wl1271_scan_complete_work ( struct work_struct work)

Definition at line 34 of file scan.c.

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 
)

Definition at line 666 of file scan.c.

void wl1271_scan_sched_scan_results ( struct wl1271 wl)

Definition at line 788 of file scan.c.

int wl1271_scan_sched_scan_start ( struct wl1271 wl,
struct wl12xx_vif wlvif 
)

Definition at line 755 of file scan.c.

void wl1271_scan_sched_scan_stop ( struct wl1271 wl,
struct wl12xx_vif wlvif 
)

Definition at line 795 of file scan.c.

void wl1271_scan_stm ( struct wl1271 wl,
struct ieee80211_vif vif 
)

Definition at line 253 of file scan.c.

int wl1271_scan_stop ( struct wl1271 wl)

Definition at line 378 of file scan.c.