diff options
Diffstat (limited to 'net/wireless/nl80211.h')
-rw-r--r-- | net/wireless/nl80211.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wireless/nl80211.h b/net/wireless/nl80211.h index 662c216e8d4f..cf3708b48c29 100644 --- a/net/wireless/nl80211.h +++ b/net/wireless/nl80211.h | |||
@@ -31,6 +31,19 @@ void nl80211_send_auth_timeout(struct cfg80211_registered_device *rdev, | |||
31 | void nl80211_send_assoc_timeout(struct cfg80211_registered_device *rdev, | 31 | void nl80211_send_assoc_timeout(struct cfg80211_registered_device *rdev, |
32 | struct net_device *netdev, | 32 | struct net_device *netdev, |
33 | const u8 *addr, gfp_t gfp); | 33 | const u8 *addr, gfp_t gfp); |
34 | void nl80211_send_connect_result(struct cfg80211_registered_device *rdev, | ||
35 | struct net_device *netdev, const u8 *bssid, | ||
36 | const u8 *req_ie, size_t req_ie_len, | ||
37 | const u8 *resp_ie, size_t resp_ie_len, | ||
38 | u16 status, gfp_t gfp); | ||
39 | void nl80211_send_roamed(struct cfg80211_registered_device *rdev, | ||
40 | struct net_device *netdev, const u8 *bssid, | ||
41 | const u8 *req_ie, size_t req_ie_len, | ||
42 | const u8 *resp_ie, size_t resp_ie_len, gfp_t gfp); | ||
43 | void nl80211_send_disconnected(struct cfg80211_registered_device *rdev, | ||
44 | struct net_device *netdev, u16 reason, | ||
45 | u8 *ie, size_t ie_len, bool from_ap, gfp_t gfp); | ||
46 | |||
34 | void | 47 | void |
35 | nl80211_michael_mic_failure(struct cfg80211_registered_device *rdev, | 48 | nl80211_michael_mic_failure(struct cfg80211_registered_device *rdev, |
36 | struct net_device *netdev, const u8 *addr, | 49 | struct net_device *netdev, const u8 *addr, |