Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
91bcc018
Commit
91bcc018
authored
Jun 04, 2005
by
Committed by
Jeff Garzik
Jun 04, 2005
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of /spare/repo/netdev-2.6 branch we18
parents
105adfc6
1f15d694
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
352 additions
and
5 deletions
+352
-5
include/linux/wireless.h
include/linux/wireless.h
+280
-3
net/core/wireless.c
net/core/wireless.c
+72
-2
No files found.
include/linux/wireless.h
View file @
91bcc018
This diff is collapsed.
Click to expand it.
net/core/wireless.c
View file @
91bcc018
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* This file implement the Wireless Extensions APIs.
* This file implement the Wireless Extensions APIs.
*
*
* Authors : Jean Tourrilhes - HPL - <jt@hpl.hp.com>
* Authors : Jean Tourrilhes - HPL - <jt@hpl.hp.com>
* Copyright (c) 1997-200
4
Jean Tourrilhes, All Rights Reserved.
* Copyright (c) 1997-200
5
Jean Tourrilhes, All Rights Reserved.
*
*
* (As all part of the Linux kernel, this file is GPL)
* (As all part of the Linux kernel, this file is GPL)
*/
*/
...
@@ -187,6 +187,12 @@ static const struct iw_ioctl_description standard_ioctl[] = {
...
@@ -187,6 +187,12 @@ static const struct iw_ioctl_description standard_ioctl[] = {
.
header_type
=
IW_HEADER_TYPE_ADDR
,
.
header_type
=
IW_HEADER_TYPE_ADDR
,
.
flags
=
IW_DESCR_FLAG_DUMP
,
.
flags
=
IW_DESCR_FLAG_DUMP
,
},
},
[
SIOCSIWMLME
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
min_tokens
=
sizeof
(
struct
iw_mlme
),
.
max_tokens
=
sizeof
(
struct
iw_mlme
),
},
[
SIOCGIWAPLIST
-
SIOCIWFIRST
]
=
{
[
SIOCGIWAPLIST
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
sizeof
(
struct
sockaddr
)
+
.
token_size
=
sizeof
(
struct
sockaddr
)
+
...
@@ -195,7 +201,10 @@ static const struct iw_ioctl_description standard_ioctl[] = {
...
@@ -195,7 +201,10 @@ static const struct iw_ioctl_description standard_ioctl[] = {
.
flags
=
IW_DESCR_FLAG_NOMAX
,
.
flags
=
IW_DESCR_FLAG_NOMAX
,
},
},
[
SIOCSIWSCAN
-
SIOCIWFIRST
]
=
{
[
SIOCSIWSCAN
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_PARAM
,
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
min_tokens
=
0
,
.
max_tokens
=
sizeof
(
struct
iw_scan_req
),
},
},
[
SIOCGIWSCAN
-
SIOCIWFIRST
]
=
{
[
SIOCGIWSCAN
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
header_type
=
IW_HEADER_TYPE_POINT
,
...
@@ -273,6 +282,42 @@ static const struct iw_ioctl_description standard_ioctl[] = {
...
@@ -273,6 +282,42 @@ static const struct iw_ioctl_description standard_ioctl[] = {
[
SIOCGIWPOWER
-
SIOCIWFIRST
]
=
{
[
SIOCGIWPOWER
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_PARAM
,
.
header_type
=
IW_HEADER_TYPE_PARAM
,
},
},
[
SIOCSIWGENIE
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
max_tokens
=
IW_GENERIC_IE_MAX
,
},
[
SIOCGIWGENIE
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
max_tokens
=
IW_GENERIC_IE_MAX
,
},
[
SIOCSIWAUTH
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_PARAM
,
},
[
SIOCGIWAUTH
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_PARAM
,
},
[
SIOCSIWENCODEEXT
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
min_tokens
=
sizeof
(
struct
iw_encode_ext
),
.
max_tokens
=
sizeof
(
struct
iw_encode_ext
)
+
IW_ENCODING_TOKEN_MAX
,
},
[
SIOCGIWENCODEEXT
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
min_tokens
=
sizeof
(
struct
iw_encode_ext
),
.
max_tokens
=
sizeof
(
struct
iw_encode_ext
)
+
IW_ENCODING_TOKEN_MAX
,
},
[
SIOCSIWPMKSA
-
SIOCIWFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
min_tokens
=
sizeof
(
struct
iw_pmksa
),
.
max_tokens
=
sizeof
(
struct
iw_pmksa
),
},
};
};
static
const
int
standard_ioctl_num
=
(
sizeof
(
standard_ioctl
)
/
static
const
int
standard_ioctl_num
=
(
sizeof
(
standard_ioctl
)
/
sizeof
(
struct
iw_ioctl_description
));
sizeof
(
struct
iw_ioctl_description
));
...
@@ -299,6 +344,31 @@ static const struct iw_ioctl_description standard_event[] = {
...
@@ -299,6 +344,31 @@ static const struct iw_ioctl_description standard_event[] = {
[
IWEVEXPIRED
-
IWEVFIRST
]
=
{
[
IWEVEXPIRED
-
IWEVFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_ADDR
,
.
header_type
=
IW_HEADER_TYPE_ADDR
,
},
},
[
IWEVGENIE
-
IWEVFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
max_tokens
=
IW_GENERIC_IE_MAX
,
},
[
IWEVMICHAELMICFAILURE
-
IWEVFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
max_tokens
=
sizeof
(
struct
iw_michaelmicfailure
),
},
[
IWEVASSOCREQIE
-
IWEVFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
max_tokens
=
IW_GENERIC_IE_MAX
,
},
[
IWEVASSOCRESPIE
-
IWEVFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
max_tokens
=
IW_GENERIC_IE_MAX
,
},
[
IWEVPMKIDCAND
-
IWEVFIRST
]
=
{
.
header_type
=
IW_HEADER_TYPE_POINT
,
.
token_size
=
1
,
.
max_tokens
=
sizeof
(
struct
iw_pmkid_cand
),
},
};
};
static
const
int
standard_event_num
=
(
sizeof
(
standard_event
)
/
static
const
int
standard_event_num
=
(
sizeof
(
standard_event
)
/
sizeof
(
struct
iw_ioctl_description
));
sizeof
(
struct
iw_ioctl_description
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment