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 b34c17f52f3e..e496a2daf7ef 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -564,6 +564,9 @@ enum nl80211_commands { | |||
564 | * @NL80211_ATTR_RESP_IE: (Re)association response information elements as | 564 | * @NL80211_ATTR_RESP_IE: (Re)association response information elements as |
565 | * sent by peer, for ROAM and successful CONNECT events. | 565 | * sent by peer, for ROAM and successful CONNECT events. |
566 | * | 566 | * |
567 | * @NL80211_ATTR_PREV_BSSID: previous BSSID, to be used by in ASSOCIATE | ||
568 | * commands to specify using a reassociate frame | ||
569 | * | ||
567 | * @NL80211_ATTR_MAX: highest attribute number currently defined | 570 | * @NL80211_ATTR_MAX: highest attribute number currently defined |
568 | * @__NL80211_ATTR_AFTER_LAST: internal use | 571 | * @__NL80211_ATTR_AFTER_LAST: internal use |
569 | */ | 572 | */ |
@@ -687,6 +690,8 @@ enum nl80211_attrs { | |||
687 | NL80211_ATTR_REQ_IE, | 690 | NL80211_ATTR_REQ_IE, |
688 | NL80211_ATTR_RESP_IE, | 691 | NL80211_ATTR_RESP_IE, |
689 | 692 | ||
693 | NL80211_ATTR_PREV_BSSID, | ||
694 | |||
690 | /* add attributes here, update the policy in nl80211.c */ | 695 | /* add attributes here, update the policy in nl80211.c */ |
691 | 696 | ||
692 | __NL80211_ATTR_AFTER_LAST, | 697 | __NL80211_ATTR_AFTER_LAST, |