Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nl80211.h
Go to the documentation of this file.
1 #ifndef __NET_WIRELESS_NL80211_H
2 #define __NET_WIRELESS_NL80211_H
3 
4 #include "core.h"
5 
6 int nl80211_init(void);
7 void nl80211_exit(void);
10  struct wireless_dev *wdev);
12  struct wireless_dev *wdev);
14  struct wireless_dev *wdev);
16  struct net_device *netdev, u32 cmd);
18  struct net_device *netdev);
21  struct net_device *netdev,
22  const u8 *buf, size_t len, gfp_t gfp);
24  struct net_device *netdev,
25  const u8 *buf, size_t len, gfp_t gfp);
27  struct net_device *netdev,
28  const u8 *buf, size_t len, gfp_t gfp);
30  struct net_device *netdev,
31  const u8 *buf, size_t len, gfp_t gfp);
33  struct net_device *netdev,
34  const u8 *buf, size_t len, gfp_t gfp);
36  struct net_device *netdev,
37  const u8 *buf, size_t len, gfp_t gfp);
39  struct net_device *netdev,
40  const u8 *addr, gfp_t gfp);
42  struct net_device *netdev,
43  const u8 *addr, gfp_t gfp);
45  struct net_device *netdev, const u8 *bssid,
46  const u8 *req_ie, size_t req_ie_len,
47  const u8 *resp_ie, size_t resp_ie_len,
48  u16 status, gfp_t gfp);
50  struct net_device *netdev, const u8 *bssid,
51  const u8 *req_ie, size_t req_ie_len,
52  const u8 *resp_ie, size_t resp_ie_len, gfp_t gfp);
54  struct net_device *netdev, u16 reason,
55  const u8 *ie, size_t ie_len, bool from_ap);
56 
58  struct net_device *netdev,
59  const u8 *macaddr, const u8* ie, u8 ie_len,
60  gfp_t gfp);
61 void
63  struct net_device *netdev, const u8 *addr,
64  enum nl80211_key_type key_type,
65  int key_id, const u8 *tsc, gfp_t gfp);
66 
67 void
69  struct ieee80211_channel *channel_before,
70  struct ieee80211_channel *channel_after);
71 
73  struct net_device *netdev, const u8 *bssid,
74  gfp_t gfp);
75 
77  struct wireless_dev *wdev, u64 cookie,
78  struct ieee80211_channel *chan,
80  unsigned int duration, gfp_t gfp);
83  struct wireless_dev *wdev,
86 
88  struct net_device *dev, const u8 *mac_addr,
89  struct station_info *sinfo, gfp_t gfp);
91  struct net_device *dev, const u8 *mac_addr,
92  gfp_t gfp);
93 
95  struct net_device *dev, const u8 *mac_addr,
97  gfp_t gfp);
98 
100  struct wireless_dev *wdev, u32 nlpid,
101  int freq, int sig_dbm,
102  const u8 *buf, size_t len, gfp_t gfp);
104  struct wireless_dev *wdev, u64 cookie,
105  const u8 *buf, size_t len, bool ack,
106  gfp_t gfp);
107 
108 void
110  struct net_device *netdev,
111  enum nl80211_cqm_rssi_threshold_event rssi_event,
112  gfp_t gfp);
113 void
115  struct net_device *netdev, const u8 *peer,
116  u32 num_packets, gfp_t gfp);
117 
118 void
120  struct net_device *netdev, const u8 *peer,
121  u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);
122 
124  struct net_device *netdev, const u8 *bssid,
125  const u8 *replay_ctr, gfp_t gfp);
126 
128  struct net_device *netdev, int index,
129  const u8 *bssid, bool preauth, gfp_t gfp);
130 
132  struct net_device *dev, int freq,
133  enum nl80211_channel_type type, gfp_t gfp);
134 
136  const u8 *addr, gfp_t gfp);
138  const u8 *addr, gfp_t gfp);
139 
140 #endif /* __NET_WIRELESS_NL80211_H */