Searched defs:iwp (Results 1 - 2 of 2) sorted by relevance

/net/wireless/
H A Dwext-priv.c65 static int adjust_priv_size(__u16 args, struct iw_point *iwp) argument
67 int num = iwp->length;
137 static int ioctl_private_iw_point(struct iw_point *iwp, unsigned int cmd, argument
147 if (!iwp->pointer && iwp->length != 0)
150 if (iwp->length > (descr->set_args & IW_PRIV_SIZE_MASK))
152 } else if (!iwp->pointer)
160 if (IW_IS_SET(cmd) && (iwp->length != 0)) {
161 if (copy_from_user(extra, iwp->pointer, extra_size)) {
168 err = handler(dev, info, (union iwreq_data *) iwp, extr
228 struct iw_point iwp; local
[all...]
H A Dwext-core.c685 static int ioctl_standard_iw_point(struct iw_point *iwp, unsigned int cmd, argument
704 if (iwp->length == descr->max_tokens + 1)
706 else if (IW_IS_SET(cmd) && (iwp->length != 0)) {
709 len = iwp->length * descr->token_size;
714 err = copy_from_user(essid, iwp->pointer, len);
718 if (essid[iwp->length - 1] == '\0')
726 iwp->length -= essid_compat;
731 if (!iwp->pointer && iwp->length != 0)
734 if (iwp
1035 struct iw_point iwp; local
[all...]

Completed in 6 milliseconds