diff options
| author | Henning Rogge <hrogge@gmail.com> | 2014-09-12 02:58:49 -0400 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2014-10-09 05:19:07 -0400 |
| commit | 66be7d2bcd826344894be09dc385f9f805136b84 (patch) | |
| tree | 9f9acb5aae9025d59db6520412f4d26044436a4d /include/uapi/linux | |
| parent | cc61d8df0a0157fabae2a3422f0b7f9f18f81c82 (diff) | |
cfg80211: add ops to query mesh proxy path table
Add two new cfg80211 operations for querying a table with proxied mesh
paths.
Signed-off-by: Henning Rogge <henning.rogge@fkie.fraunhofer.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 4b28dc07bcb1..846071b0cde9 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
| @@ -738,6 +738,10 @@ | |||
| 738 | * before removing a station entry entirely, or before disassociating | 738 | * before removing a station entry entirely, or before disassociating |
| 739 | * or similar, cleanup will happen in the driver/device in this case. | 739 | * or similar, cleanup will happen in the driver/device in this case. |
| 740 | * | 740 | * |
| 741 | * @NL80211_CMD_GET_MPP: Get mesh path attributes for mesh proxy path to | ||
| 742 | * destination %NL80211_ATTR_MAC on the interface identified by | ||
| 743 | * %NL80211_ATTR_IFINDEX. | ||
| 744 | * | ||
| 741 | * @NL80211_CMD_MAX: highest used command number | 745 | * @NL80211_CMD_MAX: highest used command number |
| 742 | * @__NL80211_CMD_AFTER_LAST: internal use | 746 | * @__NL80211_CMD_AFTER_LAST: internal use |
| 743 | */ | 747 | */ |
| @@ -912,6 +916,8 @@ enum nl80211_commands { | |||
| 912 | NL80211_CMD_ADD_TX_TS, | 916 | NL80211_CMD_ADD_TX_TS, |
| 913 | NL80211_CMD_DEL_TX_TS, | 917 | NL80211_CMD_DEL_TX_TS, |
| 914 | 918 | ||
| 919 | NL80211_CMD_GET_MPP, | ||
| 920 | |||
| 915 | /* add new commands above here */ | 921 | /* add new commands above here */ |
| 916 | 922 | ||
| 917 | /* used to define NL80211_CMD_MAX below */ | 923 | /* used to define NL80211_CMD_MAX below */ |
