diff options
| author | Lior David <liord@codeaurora.org> | 2016-01-28 03:58:25 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2016-02-24 03:04:34 -0500 |
| commit | 34d505193bd10668acf1caba02d2f66bddc23fea (patch) | |
| tree | 85a3ae638a7394c2d0cd342c918e363fb81cdc96 /include/uapi/linux | |
| parent | 230fd28a91542f0abfe390bda74702a3504c3df6 (diff) | |
cfg80211: basic support for PBSS network type
PBSS (Personal Basic Service Set) is a new BSS type for DMG
networks. It is similar to infrastructure BSS, having an AP-like
entity called PCP (PBSS Control Point), but it has few differences.
PBSS support is mandatory for 11ad devices.
Add support for PBSS by introducing a new PBSS flag attribute.
The PBSS flag is used in the START_AP command to request starting
a PCP instead of an AP, and in the CONNECT command to request
connecting to a PCP instead of an AP.
Signed-off-by: Lior David <liord@codeaurora.org>
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 5b7b5ebe7ca8..7758969a2a8e 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
| @@ -1789,6 +1789,10 @@ enum nl80211_commands { | |||
| 1789 | * thus it must not specify the number of iterations, only the interval | 1789 | * thus it must not specify the number of iterations, only the interval |
| 1790 | * between scans. The scan plans are executed sequentially. | 1790 | * between scans. The scan plans are executed sequentially. |
| 1791 | * Each scan plan is a nested attribute of &enum nl80211_sched_scan_plan. | 1791 | * Each scan plan is a nested attribute of &enum nl80211_sched_scan_plan. |
| 1792 | * @NL80211_ATTR_PBSS: flag attribute. If set it means operate | ||
| 1793 | * in a PBSS. Specified in %NL80211_CMD_CONNECT to request | ||
| 1794 | * connecting to a PCP, and in %NL80211_CMD_START_AP to start | ||
| 1795 | * a PCP instead of AP. Relevant for DMG networks only. | ||
| 1792 | * | 1796 | * |
| 1793 | * @NUM_NL80211_ATTR: total number of nl80211_attrs available | 1797 | * @NUM_NL80211_ATTR: total number of nl80211_attrs available |
| 1794 | * @NL80211_ATTR_MAX: highest attribute number currently defined | 1798 | * @NL80211_ATTR_MAX: highest attribute number currently defined |
| @@ -2164,6 +2168,8 @@ enum nl80211_attrs { | |||
| 2164 | NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS, | 2168 | NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS, |
| 2165 | NL80211_ATTR_SCHED_SCAN_PLANS, | 2169 | NL80211_ATTR_SCHED_SCAN_PLANS, |
| 2166 | 2170 | ||
| 2171 | NL80211_ATTR_PBSS, | ||
| 2172 | |||
| 2167 | /* add attributes here, update the policy in nl80211.c */ | 2173 | /* add attributes here, update the policy in nl80211.c */ |
| 2168 | 2174 | ||
| 2169 | __NL80211_ATTR_AFTER_LAST, | 2175 | __NL80211_ATTR_AFTER_LAST, |
