Searched refs:IW_EV_LCP_PK_LEN (Results 1 – 2 of 2) sorted by relevance
1152 #define IW_EV_LCP_PK_LEN (4) macro1154 #define IW_EV_CHAR_PK_LEN (IW_EV_LCP_PK_LEN + IFNAMSIZ)1155 #define IW_EV_UINT_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(__u32))1156 #define IW_EV_FREQ_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_freq))1157 #define IW_EV_PARAM_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_param))1158 #define IW_EV_ADDR_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct sockaddr))1159 #define IW_EV_QUAL_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_quality))1160 #define IW_EV_POINT_PK_LEN (IW_EV_LCP_PK_LEN + 4)
526 memcpy(stream, (char *) iwe, IW_EV_LCP_PK_LEN); in iwe_stream_add_event()550 memcpy(stream, (char *) iwe, IW_EV_LCP_PK_LEN); in iwe_stream_add_point()553 IW_EV_POINT_PK_LEN - IW_EV_LCP_PK_LEN); in iwe_stream_add_point()