Lines Matching defs:iw_point
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 {
801 * SIOCSIWENCODEEXT/SIOCGIWENCODEEXT. struct iw_point and IW_ENCODE_*
902 struct iw_point essid; /* Extended network name */
916 struct iw_point encoding; /* Encoding stuff : tokens */
924 struct iw_point data; /* Other large parameters */
1090 /* iw_point events are special. First, the payload (extra data) come at
1093 #define IW_EV_POINT_OFF (((char *) &(((struct iw_point *) NULL)->length)) - \
1095 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - \