projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d396eb
)
[PATCH] wext: extend MLME support
author
Christian Lamparter
<chunkeey@web.de>
Mon, 2 Oct 2006 17:55:22 +0000
(19:55 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 2 Dec 2006 05:11:58 +0000
(
00:11
-0500)
This patch adds two new defines for the SIOCSIWMLME to cover all
kinds MLMEs (well, except REASSOC) through a ioctl.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/wireless.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/wireless.h
b/include/linux/wireless.h
index a50a0130fd9eb020a6ef8c01f416244fd03e1c19..7c269f4992eb1e599637b2df95d35ac252c71a26 100644
(file)
--- a/
include/linux/wireless.h
+++ b/
include/linux/wireless.h
@@
-546,6
+546,8
@@
/* MLME requests (SIOCSIWMLME / struct iw_mlme) */
#define IW_MLME_DEAUTH 0
#define IW_MLME_DISASSOC 1
+#define IW_MLME_AUTH 2
+#define IW_MLME_ASSOC 3
/* SIOCSIWAUTH/SIOCGIWAUTH struct iw_param flags */
#define IW_AUTH_INDEX 0x0FFF