From 9c3990aaec0ad9f686ef6480f6861f2df89b2a7a Mon Sep 17 00:00:00 2001 From: Javier Cardona Date: Tue, 3 May 2011 16:57:11 -0700 Subject: nl80211: Let userspace drive the peer link management states. Signed-off-by: Javier Cardona Signed-off-by: John W. Linville --- include/linux/nl80211.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/linux') diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index c53b916036c5..de96783954a1 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h @@ -913,6 +913,9 @@ enum nl80211_commands { * @NL80211_ATTR_SUPPORT_MESH_AUTH: Currently, this means the underlying driver * allows auth frames in a mesh to be passed to userspace for processing via * the @NL80211_MESH_SETUP_USERSPACE_AUTH flag. + * @NL80211_ATTR_STA_PLINK_STATE: The state of a mesh peer link. Used when + * userspace is driving the peer link management state machine. + * @NL80211_MESH_SETUP_USERSPACE_AMPE must be enabled. * * @NL80211_ATTR_WOWLAN_SUPPORTED: indicates, as part of the wiphy capabilities, * the supported WoWLAN triggers @@ -1109,6 +1112,7 @@ enum nl80211_attrs { NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX, NL80211_ATTR_SUPPORT_MESH_AUTH, + NL80211_ATTR_STA_PLINK_STATE, NL80211_ATTR_WOWLAN_TRIGGERS, NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED, -- cgit 4/hotplug-vcpu/v6.6-rc7'>aarch64/hotplug-vcpu/v6.6-rc7 Russell King's ARM Linux kernel treeRussell King
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-19docs: crypto: descore-readme.txt: convert to ReST formatMauro Carvalho Chehab
2020-06-19docs: crypto: convert async-tx-api.txt to ReST formatMauro Carvalho Chehab
2020-06-19docs: crypto: convert api-intro.txt to ReST formatMauro Carvalho Chehab
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
2019-12-11crypto: doc - remove references to ARC4Eric Biggers
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers
2019-11-01crypto: skcipher - remove crypto_has_ablkcipher()Eric Biggers
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-15Documentation: crypto: crypto_engine: Fix Sphinx warningJonathan Neuschäfer
2019-07-17docs: remove extra conf.py filesMauro Carvalho Chehab
2019-07-03crypto: doc - Fix formatting of new crypto engine contentHook, Gary
2019-07-03crypto: doc - Add parameter documentationHook, Gary
2019-06-13crypto: doc - improve the skcipher API example codeEric Biggers
2019-05-30crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-10-26KEYS: Implement PKCS#8 RSA Private Key parser [ver #2]David Howells
2018-10-26KEYS: Provide missing asymmetric key subops for new key type ops [ver #2]David Howells
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers
2018-06-15docs: crypto_engine.rst: Fix two parse warningsMauro Carvalho Chehab
2018-05-08docs: */index.rst: Add newer documents to their respective index.rstMauro Carvalho Chehab
2018-03-31crypto: doc - clarify hash callbacks state machineHoria Geantă
2018-02-15crypto: doc - document crypto engine APICorentin LABBE
2017-11-03crypto: doc - adapt api sample to use async. op waitGilad Ben-Yossef