Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
net
wireless
libertas
cfg.h
Go to the documentation of this file.
1
#ifndef __LBS_CFG80211_H__
2
#define __LBS_CFG80211_H__
3
4
struct
device
;
5
struct
lbs_private
;
6
struct
regulatory_request
;
7
struct
wiphy
;
8
9
struct
wireless_dev
*
lbs_cfg_alloc
(
struct
device
*
dev
);
10
int
lbs_cfg_register
(
struct
lbs_private
*
priv
);
11
void
lbs_cfg_free
(
struct
lbs_private
*
priv
);
12
13
int
lbs_reg_notifier
(
struct
wiphy
*
wiphy
,
14
struct
regulatory_request
*
request
);
15
16
void
lbs_send_disconnect_notification
(
struct
lbs_private
*
priv
);
17
void
lbs_send_mic_failureevent
(
struct
lbs_private
*
priv
,
u32
event
);
18
19
void
lbs_scan_done
(
struct
lbs_private
*
priv
);
20
void
lbs_scan_deinit
(
struct
lbs_private
*
priv
);
21
int
lbs_disconnect
(
struct
lbs_private
*
priv
,
u16
reason
);
22
23
#endif
Generated on Thu Jan 10 2013 14:11:52 for Linux Kernel by
1.8.2