aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 9b8b3f486ec8..f68ae54cdae6 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1963,6 +1963,10 @@ int cfg80211_wext_giwap(struct net_device *dev,
1963 struct iw_request_info *info, 1963 struct iw_request_info *info,
1964 struct sockaddr *ap_addr, char *extra); 1964 struct sockaddr *ap_addr, char *extra);
1965 1965
1966int cfg80211_wext_siwpmksa(struct net_device *dev,
1967 struct iw_request_info *info,
1968 struct iw_point *data, char *extra);
1969
1966/* 1970/*
1967 * callbacks for asynchronous cfg80211 methods, notification 1971 * callbacks for asynchronous cfg80211 methods, notification
1968 * functions and BSS handling helpers 1972 * functions and BSS handling helpers