Searched refs:iw_point (Results 1 – 8 of 8) sorted by relevance
/linux/net/wireless/ |
H A D | wext-compat.h | 22 struct iw_point *data, char *ssid); 25 struct iw_point *data, char *ssid); 41 struct iw_point *data, char *ssid); 44 struct iw_point *data, char *ssid);
|
H A D | wext-priv.c | 65 static int adjust_priv_size(__u16 args, struct iw_point *iwp) in adjust_priv_size() 137 static int ioctl_private_iw_point(struct iw_point *iwp, unsigned int cmd, in ioctl_private_iw_point() 228 struct iw_point iwp; in compat_private_call()
|
H A D | wext-sme.c | 140 struct iw_point *data, char *ssid) in cfg80211_mgd_wext_siwessid() 189 struct iw_point *data, char *ssid) in cfg80211_mgd_wext_giwessid() 302 struct iw_point *data = &wrqu->data; in cfg80211_wext_siwgenie()
|
H A D | wext-core.c | 545 * An iw_point event is laid out like this instead: in wireless_send_event() 551 * The second padding exists because struct iw_point is extended, in wireless_send_event() 737 static int ioctl_standard_iw_point(struct iw_point *iwp, unsigned int cmd, in ioctl_standard_iw_point() 1095 struct iw_point iwp; in compat_standard_call()
|
H A D | scan.c | 3995 struct iw_point *data = &wrqu->data; in cfg80211_wext_giwscan()
|
/linux/include/uapi/linux/ |
H A D | wireless.h | 130 * - Extracted iw_point from iwreq for clarity 208 * - Remove (struct iw_point *)->pointer from events and streams 305 * This ioctl uses struct iw_point and data buffer that includes IE id and len 691 struct iw_point { struct 807 * SIOCSIWENCODEEXT/SIOCGIWENCODEEXT. struct iw_point and IW_ENCODE_* 908 struct iw_point essid; /* Extended network name */ 922 struct iw_point encoding; /* Encoding stuff : tokens */ 930 struct iw_point data; /* Other large parameters */ 1096 /* iw_point events are special. First, the payload (extra data) come at 1099 #define IW_EV_POINT_OFF offsetof(struct iw_point, lengt 692 pointeriw_point global() argument 693 lengthiw_point global() argument 694 flagsiw_point global() argument [all...] |
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_wx.c | 297 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_set_encode() 463 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_get_encode() 504 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_set_encodeext() 666 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_get_encodeext()
|
/linux/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 299 struct iw_point *point = &iwreq->data; in gelic_wl_get_range() 1009 struct iw_point *enc = &data->encoding; in gelic_wl_set_encode() 1083 struct iw_point *enc = &data->encoding; in gelic_wl_get_encode() 1191 struct iw_point *enc = &data->encoding; in gelic_wl_set_encodeext() 1281 struct iw_point *enc = &data->encoding; in gelic_wl_get_encodeext()
|