Searched refs:IW_EV_LCP_LEN (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dwireless.h1087 #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data)) macro
1089 #define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ)
1090 #define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(__u32))
1091 #define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq))
1092 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
1093 #define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr))
1094 #define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality))
1100 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - \
/linux-master/include/net/
H A Diw_handler.h473 return IW_EV_LCP_LEN;
490 event_len -= IW_EV_LCP_LEN;
539 * At the first run, you need to have (value = event + IW_EV_LCP_LEN).
/linux-master/net/wireless/
H A Dwext-core.c314 IW_EV_LCP_LEN, /* IW_HEADER_TYPE_NULL */
580 memcpy(&event->u, ((char *) wrqu) + wrqu_off, hdr_len - IW_EV_LCP_LEN);
1203 event_len -= IW_EV_LCP_LEN;
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c1248 current_val = current_ev + IW_EV_LCP_LEN;
1269 if ((current_val - current_ev) > IW_EV_LCP_LEN)

Completed in 166 milliseconds