Searched refs:IW_EV_LCP_PK_LEN (Results 1 – 2 of 2) sorted by relevance
1118 #define IW_EV_LCP_PK_LEN (4) macro1120 #define IW_EV_CHAR_PK_LEN (IW_EV_LCP_PK_LEN + IFNAMSIZ)1121 #define IW_EV_UINT_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(__u32))1122 #define IW_EV_FREQ_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_freq))1123 #define IW_EV_PARAM_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_param))1124 #define IW_EV_ADDR_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct sockaddr))1125 #define IW_EV_QUAL_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_quality))1126 #define IW_EV_POINT_PK_LEN (IW_EV_LCP_PK_LEN + 4)
520 memcpy(stream, (char *) iwe, IW_EV_LCP_PK_LEN); in iwe_stream_add_event()555 memcpy(stream, (char *) iwe, IW_EV_LCP_PK_LEN); in iwe_stream_add_point()558 IW_EV_POINT_PK_LEN - IW_EV_LCP_PK_LEN); in iwe_stream_add_point()