diff options
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); |