Lines Matching defs:iwe
819 struct iw_event iwe_buf, *iwe = &iwe_buf;
830 iwe->cmd, iwe->len);
831 if (iwe->len <= IW_EV_LCP_LEN || iwe->len > end - pos)
836 (iwe->cmd == IWEVMICHAELMICFAILURE ||
837 iwe->cmd == IWEVCUSTOM)) {
848 switch (iwe->cmd) {
850 if (iwe->u.data.length > end - custom)
852 buf = malloc(iwe->u.data.length + 1);
855 memcpy(buf, custom, iwe->u.data.length);
856 buf[iwe->u.data.length] = '\0';
862 pos += iwe->len;