OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iw_point
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/
poc.c
57
struct
iw_point
{
struct
83
struct
iw_point
essid; /* Extended network name */
95
struct
iw_point
encoding; /* Encoding stuff : tokens */
101
struct
iw_point
data; /* Other large parameters */
/bionic/libc/kernel/uapi/linux/
wireless.h
265
struct
iw_point
{
struct
351
struct
iw_point
essid;
361
struct
iw_point
encoding;
367
struct
iw_point
data;
438
#define IW_EV_POINT_OFF (((char *) & (((struct
iw_point
*) NULL)->length)) - (char *) NULL)
439
#define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct
iw_point
) - IW_EV_POINT_OFF)
/external/kernel-headers/original/uapi/linux/
wireless.h
124
* - Extracted
iw_point
from iwreq for clarity
202
* - Remove (struct
iw_point
*)->pointer from events and streams
299
* This ioctl uses struct
iw_point
and data buffer that includes IE id and len
685
struct
iw_point
{
struct
801
* SIOCSIWENCODEEXT/SIOCGIWENCODEEXT. struct
iw_point
and IW_ENCODE_*
[
all
...]
Completed in 99 milliseconds