/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
H A D | isl_ioctl.c | 37 #include <net/iw_handler.h> /* New driver API */ 2684 static const iw_handler prism54_handler[] = { 2685 (iw_handler) prism54_commit, /* SIOCSIWCOMMIT */ 2686 (iw_handler) prism54_get_name, /* SIOCGIWNAME */ 2687 (iw_handler) NULL, /* SIOCSIWNWID */ 2688 (iw_handler) NULL, /* SIOCGIWNWID */ 2689 (iw_handler) prism54_set_freq, /* SIOCSIWFREQ */ 2690 (iw_handler) prism54_get_freq, /* SIOCGIWFREQ */ 2691 (iw_handler) prism54_set_mode, /* SIOCSIWMODE */ 2692 (iw_handler) prism54_get_mod [all...] |
H A D | isl_ioctl.h | 14 #include <net/iw_handler.h> /* New driver API */
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 11 #include <net/iw_handler.h> 1349 static const iw_handler orinoco_handler[] = { 1350 IW_HANDLER(SIOCSIWCOMMIT, (iw_handler)orinoco_ioctl_commit), 1351 IW_HANDLER(SIOCGIWNAME, (iw_handler)cfg80211_wext_giwname), 1352 IW_HANDLER(SIOCSIWFREQ, (iw_handler)orinoco_ioctl_setfreq), 1353 IW_HANDLER(SIOCGIWFREQ, (iw_handler)orinoco_ioctl_getfreq), 1354 IW_HANDLER(SIOCSIWMODE, (iw_handler)cfg80211_wext_siwmode), 1355 IW_HANDLER(SIOCGIWMODE, (iw_handler)cfg80211_wext_giwmode), 1356 IW_HANDLER(SIOCSIWSENS, (iw_handler)orinoco_ioctl_setsens), 1357 IW_HANDLER(SIOCGIWSENS, (iw_handler)orinoco_ioctl_getsen [all...] |
H A D | wext.h | 8 #include <net/iw_handler.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/ |
H A D | zd1201.c | 19 #include <net/iw_handler.h> 1555 static const iw_handler zd1201_iw_handler[] = 1557 (iw_handler) zd1201_config_commit, /* SIOCSIWCOMMIT */ 1558 (iw_handler) zd1201_get_name, /* SIOCGIWNAME */ 1559 (iw_handler) NULL, /* SIOCSIWNWID */ 1560 (iw_handler) NULL, /* SIOCGIWNWID */ 1561 (iw_handler) zd1201_set_freq, /* SIOCSIWFREQ */ 1562 (iw_handler) zd1201_get_freq, /* SIOCGIWFREQ */ 1563 (iw_handler) zd1201_set_mode, /* SIOCSIWMODE */ 1564 (iw_handler) zd1201_get_mod [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_wx.c | 1079 static iw_handler r8192_wx_handlers[] = { 1154 static iw_handler r8192_private_handler[] = { 1155 (iw_handler)_rtl92e_wx_set_debug, /*SIOCIWSECONDPRIV*/ 1156 (iw_handler)_rtl92e_wx_set_scan_type, 1157 (iw_handler)_rtl92e_wx_set_rawtx, 1158 (iw_handler)_rtl92e_wx_force_reset, 1159 (iw_handler)NULL, 1160 (iw_handler)NULL, 1161 (iw_handler)_rtl92e_wx_adapter_power_status, 1162 (iw_handler)NUL [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_wx.c | 1016 static iw_handler r8192_wx_handlers[] = { 1089 static iw_handler r8192_private_handler[] = { 1090 (iw_handler)_rtl92e_wx_set_debug, /*SIOCIWSECONDPRIV*/ 1091 (iw_handler)_rtl92e_wx_set_scan_type, 1092 (iw_handler)_rtl92e_wx_set_rawtx, 1093 (iw_handler)_rtl92e_wx_force_reset, 1094 (iw_handler)NULL, 1095 (iw_handler)NULL, 1096 (iw_handler)_rtl92e_wx_adapter_power_status, 1097 (iw_handler)NUL [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | wext.h | 5 #include <net/iw_handler.h> 47 iw_handler handler); 50 iw_handler handler);
|
H A D | iw_handler.h | 151 * (iw_handler) mydriver_ioctl_setrate, // SIOCSIWRATE 171 * This header is <net/iw_handler.h> 256 * should do a commit after return from the iw_handler */ 297 * Meta data about the request passed to the iw_handler. 302 * without breaking the prototype of iw_handler... 315 typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info, typedef 329 const iw_handler * standard; 341 const iw_handler * private; 390 * standard spy iw_handler.
|
H A D | cfg80211-wext.h | 12 #include <net/iw_handler.h>
|
/kernel/linux/linux-6.6/include/net/ |
H A D | wext.h | 5 #include <net/iw_handler.h> 47 iw_handler handler); 50 iw_handler handler);
|
H A D | iw_handler.h | 151 * (iw_handler) mydriver_ioctl_setrate, // SIOCSIWRATE 171 * This header is <net/iw_handler.h> 256 * should do a commit after return from the iw_handler */ 297 * Meta data about the request passed to the iw_handler. 302 * without breaking the prototype of iw_handler... 315 typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info, typedef 329 const iw_handler * standard; 341 const iw_handler * private; 390 * standard spy iw_handler.
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ioctl.c | 3876 static const iw_handler prism2_handler[] = 3878 (iw_handler) NULL, /* SIOCSIWCOMMIT */ 3879 (iw_handler) prism2_get_name, /* SIOCGIWNAME */ 3880 (iw_handler) NULL, /* SIOCSIWNWID */ 3881 (iw_handler) NULL, /* SIOCGIWNWID */ 3882 (iw_handler) prism2_ioctl_siwfreq, /* SIOCSIWFREQ */ 3883 (iw_handler) prism2_ioctl_giwfreq, /* SIOCGIWFREQ */ 3884 (iw_handler) prism2_ioctl_siwmode, /* SIOCSIWMODE */ 3885 (iw_handler) prism2_ioctl_giwmode, /* SIOCGIWMODE */ 3886 (iw_handler) prism2_ioctl_siwsen [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | wext-compat.c | 19 #include <net/iw_handler.h> 1475 static const iw_handler cfg80211_handlers[] = { 1476 [IW_IOCTL_IDX(SIOCGIWNAME)] = (iw_handler) cfg80211_wext_giwname, 1477 [IW_IOCTL_IDX(SIOCSIWFREQ)] = (iw_handler) cfg80211_wext_siwfreq, 1478 [IW_IOCTL_IDX(SIOCGIWFREQ)] = (iw_handler) cfg80211_wext_giwfreq, 1479 [IW_IOCTL_IDX(SIOCSIWMODE)] = (iw_handler) cfg80211_wext_siwmode, 1480 [IW_IOCTL_IDX(SIOCGIWMODE)] = (iw_handler) cfg80211_wext_giwmode, 1481 [IW_IOCTL_IDX(SIOCGIWRANGE)] = (iw_handler) cfg80211_wext_giwrange, 1482 [IW_IOCTL_IDX(SIOCSIWAP)] = (iw_handler) cfg80211_wext_siwap, 1483 [IW_IOCTL_IDX(SIOCGIWAP)] = (iw_handler) cfg80211_wext_giwa [all...] |
H A D | wext-priv.c | 13 #include <net/iw_handler.h> 90 * a iw_handler but process it in your ioctl handler (i.e. use the 139 iw_handler handler, struct net_device *dev, in ioctl_private_iw_point() 189 iw_handler handler) in ioctl_private_call() 215 iw_handler handler) in compat_private_call()
|
H A D | wext-core.c | 18 #include <net/iw_handler.h> 25 iw_handler); 683 static iw_handler get_handler(struct net_device *dev, unsigned int cmd) in get_handler() 719 iw_handler handler, struct net_device *dev, in ioctl_standard_iw_point() 930 iw_handler handler; in wireless_process_ioctl() 1009 iw_handler handler) in ioctl_standard_call() 1071 iw_handler handler) in compat_standard_call()
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_wlan_net.c | 28 #include <net/iw_handler.h> /* New driver API */ 2375 static const iw_handler ks_wlan_handler[] = { 2413 static const iw_handler ks_wlan_private_handler[] = { 2414 (iw_handler)NULL, /* 0 */ 2415 (iw_handler)NULL, /* 1, KS_WLAN_GET_DRIVER_VERSION */ 2416 (iw_handler)NULL, /* 2 */ 2417 (iw_handler)ks_wlan_get_firmware_version,/* 3 KS_WLAN_GET_FIRM_VERSION */ 2418 (iw_handler)ks_wlan_set_wps_enable, /* 4 KS_WLAN_SET_WPS_ENABLE */ 2419 (iw_handler)ks_wlan_get_wps_enable, /* 5 KS_WLAN_GET_WPS_ENABLE */ 2420 (iw_handler)ks_wlan_set_wps_probe_re [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | wext-priv.c | 13 #include <net/iw_handler.h> 90 * a iw_handler but process it in your ioctl handler (i.e. use the 139 iw_handler handler, struct net_device *dev, in ioctl_private_iw_point() 189 iw_handler handler) in ioctl_private_call() 215 iw_handler handler) in compat_private_call()
|
H A D | wext-core.c | 18 #include <net/iw_handler.h> 25 iw_handler); 698 static iw_handler get_handler(struct net_device *dev, unsigned int cmd) in get_handler() 738 iw_handler handler, struct net_device *dev, in ioctl_standard_iw_point() 949 iw_handler handler; in wireless_process_ioctl() 1028 iw_handler handler) in ioctl_standard_call() 1090 iw_handler handler) in compat_standard_call()
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | atmel.c | 61 #include <net/iw_handler.h> 2517 static const iw_handler atmel_handler[] = 2519 (iw_handler) atmel_config_commit, /* SIOCSIWCOMMIT */ 2520 (iw_handler) atmel_get_name, /* SIOCGIWNAME */ 2521 (iw_handler) NULL, /* SIOCSIWNWID */ 2522 (iw_handler) NULL, /* SIOCGIWNWID */ 2523 (iw_handler) atmel_set_freq, /* SIOCSIWFREQ */ 2524 (iw_handler) atmel_get_freq, /* SIOCGIWFREQ */ 2525 (iw_handler) atmel_set_mode, /* SIOCSIWMODE */ 2526 (iw_handler) atmel_get_mod [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.h | 8 #include <net/iw_handler.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 56 #include <net/iw_handler.h> 3783 #ifdef IW_WIRELESS_SPY /* defined in iw_handler.h */ in mpi_receive_802_11() 7584 static const iw_handler airo_handler[] = 7586 (iw_handler) airo_config_commit, /* SIOCSIWCOMMIT */ 7587 (iw_handler) airo_get_name, /* SIOCGIWNAME */ 7588 (iw_handler) NULL, /* SIOCSIWNWID */ 7589 (iw_handler) NULL, /* SIOCGIWNWID */ 7590 (iw_handler) airo_set_freq, /* SIOCSIWFREQ */ 7591 (iw_handler) airo_get_freq, /* SIOCGIWFREQ */ 7592 (iw_handler) airo_set_mod [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | osdep_service.h | 28 #include <net/iw_handler.h>
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | osdep_service.h | 28 #include <net/iw_handler.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | mesh.h | 9 #include <net/iw_handler.h>
|