Home | History | Annotate | Download | only in drivers

Lines Matching refs:iwe

826 	struct iw_event iwe_buf, *iwe = &iwe_buf;
837 iwe->cmd, iwe->len);
838 if (iwe->len <= IW_EV_LCP_LEN)
843 (iwe->cmd == IWEVMICHAELMICFAILURE ||
844 iwe->cmd == IWEVCUSTOM)) {
855 switch (iwe->cmd) {
857 if (custom + iwe->u.data.length > end)
859 buf = malloc(iwe->u.data.length + 1);
862 memcpy(buf, custom, iwe->u.data.length);
863 buf[iwe->u.data.length] = '\0';
869 pos += iwe->len;