Home | History | Annotate | Download | only in drivers

Lines Matching defs:iwe

821 	struct iw_event iwe_buf, *iwe = &iwe_buf;
832 iwe->cmd, iwe->len);
833 if (iwe->len <= IW_EV_LCP_LEN)
838 (iwe->cmd == IWEVMICHAELMICFAILURE ||
839 iwe->cmd == IWEVCUSTOM)) {
850 switch (iwe->cmd) {
852 if (custom + iwe->u.data.length > end)
854 buf = malloc(iwe->u.data.length + 1);
857 memcpy(buf, custom, iwe->u.data.length);
858 buf[iwe->u.data.length] = '\0';
864 pos += iwe->len;