Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
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-6.3-rc2/include/net/
A 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-6.3-rc2/net/wireless/
A Dwext-core.c313 IW_EV_LCP_LEN, /* IW_HEADER_TYPE_NULL */
579 memcpy(&event->u, ((char *) wrqu) + wrqu_off, hdr_len - IW_EV_LCP_LEN); in wireless_send_event()
1194 event_len -= IW_EV_LCP_LEN; in iwe_stream_add_value()
/linux-6.3-rc2/drivers/staging/ks7010/
A Dks_wlan_net.c1248 current_val = current_ev + IW_EV_LCP_LEN; in ks_wlan_translate_scan()
1269 if ((current_val - current_ev) > IW_EV_LCP_LEN) in ks_wlan_translate_scan()

Completed in 15 milliseconds