diff options
author | Jouni Malinen <j@w1.fi> | 2009-01-08 06:32:02 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:03 -0500 |
commit | 3cfcf6ac6d69dc290e96416731eea5c88ac7d426 (patch) | |
tree | 35bc626e2e3f7c37a7eb50c1f057adb4830eccc6 /include/net/cfg80211.h | |
parent | 765cb46a3fc856245ea68a7c961ac87c77e4ae2d (diff) |
mac80211: 802.11w - Use BIP (AES-128-CMAC)
Add mechanism for managing BIP keys (IGTK) and integrate BIP into the
TX/RX paths.
Signed-off-by: Jouni Malinen <j@w1.fi>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 6619ed106134..df78abc496f1 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -473,6 +473,8 @@ struct ieee80211_channel; | |||
473 | * | 473 | * |
474 | * @set_default_key: set the default key on an interface | 474 | * @set_default_key: set the default key on an interface |
475 | * | 475 | * |
476 | * @set_default_mgmt_key: set the default management frame key on an interface | ||
477 | * | ||
476 | * @add_beacon: Add a beacon with given parameters, @head, @interval | 478 | * @add_beacon: Add a beacon with given parameters, @head, @interval |
477 | * and @dtim_period will be valid, @tail is optional. | 479 | * and @dtim_period will be valid, @tail is optional. |
478 | * @set_beacon: Change the beacon parameters for an access point mode | 480 | * @set_beacon: Change the beacon parameters for an access point mode |
@@ -520,6 +522,9 @@ struct cfg80211_ops { | |||
520 | int (*set_default_key)(struct wiphy *wiphy, | 522 | int (*set_default_key)(struct wiphy *wiphy, |
521 | struct net_device *netdev, | 523 | struct net_device *netdev, |
522 | u8 key_index); | 524 | u8 key_index); |
525 | int (*set_default_mgmt_key)(struct wiphy *wiphy, | ||
526 | struct net_device *netdev, | ||
527 | u8 key_index); | ||
523 | 528 | ||
524 | int (*add_beacon)(struct wiphy *wiphy, struct net_device *dev, | 529 | int (*add_beacon)(struct wiphy *wiphy, struct net_device *dev, |
525 | struct beacon_parameters *info); | 530 | struct beacon_parameters *info); |