Searched refs:iwreq (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/net/
H A Dwext.h45 int ioctl_private_call(struct net_device *dev, struct iwreq *iwr,
48 int compat_private_call(struct net_device *dev, struct iwreq *iwr,
/linux-master/net/wireless/
H A Dwext-core.c24 typedef int (*wext_ioctl_func)(struct net_device *, struct iwreq *,
945 static int wireless_process_ioctl(struct net *net, struct iwreq *iwr,
1004 static int wext_ioctl_dispatch(struct net *net, struct iwreq *iwr,
1028 struct iwreq *iwr,
1069 struct iwreq iwr;
1082 copy_to_user(arg, &iwr, sizeof(struct iwreq)))
1090 struct iwreq *iwr,
1124 struct iwreq iwr;
1128 if (copy_from_user(&iwr, argp, sizeof(struct iwreq)))
1145 copy_to_user(argp, &iwr, sizeof(struct iwreq)))
[all...]
H A Dwext-priv.c187 int ioctl_private_call(struct net_device *dev, struct iwreq *iwr,
213 int compat_private_call(struct net_device *dev, struct iwreq *iwr,
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c266 union iwreq_data *iwreq, char *extra)
268 strcpy(iwreq->name, "IEEE 802.11bg");
297 union iwreq_data *iwreq, char *extra)
299 struct iw_point *point = &iwreq->data;
896 union iwreq_data *iwreq, char *extra)
898 struct iw_param *param = &iwreq->param;
264 gelic_wl_get_name(struct net_device *dev, struct iw_request_info *info, union iwreq_data *iwreq, char *extra) argument
295 gelic_wl_get_range(struct net_device *netdev, struct iw_request_info *info, union iwreq_data *iwreq, char *extra) argument
894 gelic_wl_get_auth(struct net_device *netdev, struct iw_request_info *info, union iwreq_data *iwreq, char *extra) argument
/linux-master/include/uapi/linux/
H A Dwireless.h130 * - Extracted iw_point from iwreq for clarity
154 * - Extract union iwreq_data from struct iwreq (for new driver API).
282 * within the 'iwreq' structure, so we need to use the 'data' member to
425 * instead of passing a pointer we will put args in the iwreq struct...
897 * of iwreq (which is the same as ifreq), which mean a max size of
939 struct iwreq { struct
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c1284 struct iwreq *wrq = (struct iwreq *)rq;
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c2465 struct iwreq *wrq = (struct iwreq *)rq;
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c2125 struct iwreq *wrq = (struct iwreq *)rq;

Completed in 411 milliseconds