diff options
| author | Jouni Malinen <j@w1.fi> | 2016-02-08 22:12:57 +0200 |
|---|---|---|
| committer | Hamad Kadmany <hkadmany@codeaurora.org> | 2016-04-15 01:41:54 +0300 |
| commit | 280e62d7a7f4d738e2c21e58c3812fb9f6397b8f (patch) | |
| tree | f2d587a81df30e60c6e6592e10f98b6016e8d5e1 | |
| parent | f9262effc055345f900cb2d4c900160e2f0781a6 (diff) | |
| download | android_external_wpa_supplicant_8-280e62d7a7f4d738e2c21e58c3812fb9f6397b8f.tar.gz android_external_wpa_supplicant_8-280e62d7a7f4d738e2c21e58c3812fb9f6397b8f.tar.bz2 android_external_wpa_supplicant_8-280e62d7a7f4d738e2c21e58c3812fb9f6397b8f.zip | |
Sync with mac80211-next.git include/uapi/linux/nl80211.h
This brings in nl80211 definitions as of 2016-01-28.
Change-Id: If1134522b0ffd2ce797e2168080baeec8252b690
Signed-off-by: Jouni Malinen <j@w1.fi>
Git-commit: afa453a28aa63f447581e234341bd300a017d8eb
Git-repo: git://w1.fi/srv/git/hostap.git
CRs-Fixed: 985990
| -rw-r--r-- | src/drivers/nl80211_copy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/nl80211_copy.h b/src/drivers/nl80211_copy.h index 5b7b5ebe..7758969a 100644 --- a/src/drivers/nl80211_copy.h +++ b/src/drivers/nl80211_copy.h @@ -1789,6 +1789,10 @@ enum nl80211_commands { * thus it must not specify the number of iterations, only the interval * between scans. The scan plans are executed sequentially. * Each scan plan is a nested attribute of &enum nl80211_sched_scan_plan. + * @NL80211_ATTR_PBSS: flag attribute. If set it means operate + * in a PBSS. Specified in %NL80211_CMD_CONNECT to request + * connecting to a PCP, and in %NL80211_CMD_START_AP to start + * a PCP instead of AP. Relevant for DMG networks only. * * @NUM_NL80211_ATTR: total number of nl80211_attrs available * @NL80211_ATTR_MAX: highest attribute number currently defined @@ -2164,6 +2168,8 @@ enum nl80211_attrs { NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS, NL80211_ATTR_SCHED_SCAN_PLANS, + NL80211_ATTR_PBSS, + /* add attributes here, update the policy in nl80211.c */ __NL80211_ATTR_AFTER_LAST, |
