Searched refs:IW_EV_LCP_PK_LEN (Results 1 – 2 of 2) sorted by relevance
1100 #define IW_EV_LCP_PK_LEN (4) macro1102 #define IW_EV_CHAR_PK_LEN (IW_EV_LCP_PK_LEN + IFNAMSIZ)1103 #define IW_EV_UINT_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(__u32))1104 #define IW_EV_FREQ_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_freq))1105 #define IW_EV_PARAM_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_param))1106 #define IW_EV_ADDR_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct sockaddr))1107 #define IW_EV_QUAL_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_quality))1108 #define IW_EV_POINT_PK_LEN (IW_EV_LCP_PK_LEN + 4)
1133 memcpy(stream, (char *) iwe, IW_EV_LCP_PK_LEN); in iwe_stream_add_event()1153 memcpy(stream, (char *) iwe, IW_EV_LCP_PK_LEN); in iwe_stream_add_point()1156 IW_EV_POINT_PK_LEN - IW_EV_LCP_PK_LEN); in iwe_stream_add_point()