Johannes Berg | 5568296 | 2007-09-20 13:09:35 -0400 | [diff] [blame] | 1 | #ifndef __NET_WIRELESS_NL80211_H |
| 2 | #define __NET_WIRELESS_NL80211_H |
| 3 | |
| 4 | #include "core.h" |
| 5 | |
Johannes Berg | 5568296 | 2007-09-20 13:09:35 -0400 | [diff] [blame] | 6 | extern int nl80211_init(void); |
| 7 | extern void nl80211_exit(void); |
| 8 | extern void nl80211_notify_dev_rename(struct cfg80211_registered_device *rdev); |
Johannes Berg | 2a51931 | 2009-02-10 21:25:55 +0100 | [diff] [blame] | 9 | extern void nl80211_send_scan_done(struct cfg80211_registered_device *rdev, |
| 10 | struct net_device *netdev); |
| 11 | extern void nl80211_send_scan_aborted(struct cfg80211_registered_device *rdev, |
| 12 | struct net_device *netdev); |
Luis R. Rodriguez | 73d54c9 | 2009-03-09 22:07:42 -0400 | [diff] [blame] | 13 | extern void nl80211_send_reg_change_event(struct regulatory_request *request); |
Johannes Berg | 5568296 | 2007-09-20 13:09:35 -0400 | [diff] [blame] | 14 | |
| 15 | #endif /* __NET_WIRELESS_NL80211_H */ |