Home | History | Annotate | Download | only in linux

Lines Matching refs:iw_point

123  *	- Extracted iw_point from iwreq for clarity
201 * - Remove (struct iw_point *)->pointer from events and streams
298 * This ioctl uses struct iw_point and data buffer that includes IE id and len
684 struct iw_point {
800 * SIOCSIWENCODEEXT/SIOCGIWENCODEEXT. struct iw_point and IW_ENCODE_*
901 struct iw_point essid; /* Extended network name */
915 struct iw_point encoding; /* Encoding stuff : tokens */
923 struct iw_point data; /* Other large parameters */
1089 /* iw_point events are special. First, the payload (extra data) come at
1092 #define IW_EV_POINT_OFF (((char *) &(((struct iw_point *) NULL)->length)) - \
1094 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - \