diff options
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r-- | include/linux/nl80211.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index 48e0913c2209..b043b78dd2c3 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -569,6 +569,9 @@ enum nl80211_commands { | |||
569 | * | 569 | * |
570 | * @NL80211_ATTR_KEY: key information in a nested attribute with | 570 | * @NL80211_ATTR_KEY: key information in a nested attribute with |
571 | * %NL80211_KEY_* sub-attributes | 571 | * %NL80211_KEY_* sub-attributes |
572 | * @NL80211_ATTR_KEYS: array of keys for static WEP keys for connect() | ||
573 | * and join_ibss(), key information is in a nested attribute each | ||
574 | * with %NL80211_KEY_* sub-attributes | ||
572 | * | 575 | * |
573 | * @NL80211_ATTR_MAX: highest attribute number currently defined | 576 | * @NL80211_ATTR_MAX: highest attribute number currently defined |
574 | * @__NL80211_ATTR_AFTER_LAST: internal use | 577 | * @__NL80211_ATTR_AFTER_LAST: internal use |
@@ -696,6 +699,7 @@ enum nl80211_attrs { | |||
696 | NL80211_ATTR_PREV_BSSID, | 699 | NL80211_ATTR_PREV_BSSID, |
697 | 700 | ||
698 | NL80211_ATTR_KEY, | 701 | NL80211_ATTR_KEY, |
702 | NL80211_ATTR_KEYS, | ||
699 | 703 | ||
700 | /* add attributes here, update the policy in nl80211.c */ | 704 | /* add attributes here, update the policy in nl80211.c */ |
701 | 705 | ||
@@ -726,6 +730,7 @@ enum nl80211_attrs { | |||
726 | #define NL80211_ATTR_WPA_VERSIONS NL80211_ATTR_WPA_VERSIONS | 730 | #define NL80211_ATTR_WPA_VERSIONS NL80211_ATTR_WPA_VERSIONS |
727 | #define NL80211_ATTR_AKM_SUITES NL80211_ATTR_AKM_SUITES | 731 | #define NL80211_ATTR_AKM_SUITES NL80211_ATTR_AKM_SUITES |
728 | #define NL80211_ATTR_KEY NL80211_ATTR_KEY | 732 | #define NL80211_ATTR_KEY NL80211_ATTR_KEY |
733 | #define NL80211_ATTR_KEYS NL80211_ATTR_KEYS | ||
729 | 734 | ||
730 | #define NL80211_MAX_SUPP_RATES 32 | 735 | #define NL80211_MAX_SUPP_RATES 32 |
731 | #define NL80211_MAX_SUPP_REG_RULES 32 | 736 | #define NL80211_MAX_SUPP_REG_RULES 32 |