Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dwireless.h1081 #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data)) macro
1083 #define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ)
1084 #define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(__u32))
1085 #define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq))
1086 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
1087 #define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr))
1088 #define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality))
1095 #define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - \
/Linux-v4.19/include/net/
Diw_handler.h480 return IW_EV_LCP_LEN; in iwe_stream_lcp_len()
497 event_len -= IW_EV_LCP_LEN; in iwe_stream_event_len_adjust()
/Linux-v4.19/net/wireless/
Dwext-core.c313 IW_EV_LCP_LEN, /* IW_HEADER_TYPE_NULL */
578 memcpy(&event->u, ((char *) wrqu) + wrqu_off, hdr_len - IW_EV_LCP_LEN); in wireless_send_event()
1173 event_len -= IW_EV_LCP_LEN; in iwe_stream_add_value()
/Linux-v4.19/drivers/staging/ks7010/
Dks_wlan_net.c1247 current_val = current_ev + IW_EV_LCP_LEN; in ks_wlan_translate_scan()
1268 if ((current_val - current_ev) > IW_EV_LCP_LEN) in ks_wlan_translate_scan()