Searched refs:iw_handler (Results 1 – 20 of 20) sorted by relevance
/linux-6.6.21/drivers/staging/rtl8192e/rtl8192e/ |
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)NULL, [all …]
|
/linux-6.6.21/include/net/ |
D | iw_handler.h | 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;
|
D | wext.h | 47 iw_handler handler); 50 iw_handler handler);
|
/linux-6.6.21/net/wireless/ |
D | wext-priv.c | 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()
|
D | wext-core.c | 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()
|
D | wext-compat.c | 1610 static const iw_handler cfg80211_handlers[] = {
|
/linux-6.6.21/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 819 static iw_handler r8192_wx_handlers[] = { 900 static iw_handler r8192_private_handler[] = {
|
/linux-6.6.21/drivers/net/wireless/intersil/orinoco/ |
D | wext.c | 1364 static const iw_handler orinoco_handler[] = { 1408 static const iw_handler orinoco_private_handler[] = {
|
/linux-6.6.21/drivers/net/wireless/zydas/ |
D | zd1201.c | 1574 static const iw_handler zd1201_iw_handler[] = 1684 static const iw_handler zd1201_private_handler[] = {
|
/linux-6.6.21/drivers/net/wireless/legacy/ |
D | wl3501_cs.c | 1817 static const iw_handler wl3501_handler[] = { 1848 .standard = (iw_handler *)wl3501_handler,
|
D | ray_cs.c | 1429 static const iw_handler ray_handler[] = { 1458 static const iw_handler ray_private_handler[] = {
|
/linux-6.6.21/drivers/staging/ks7010/ |
D | ks_wlan_net.c | 2378 static const iw_handler ks_wlan_handler[] = { 2416 static const iw_handler ks_wlan_private_handler[] = {
|
/linux-6.6.21/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 2191 static iw_handler r8711_handlers[] = { 2285 static iw_handler r8711_private_handler[] = {
|
/linux-6.6.21/drivers/net/wireless/intersil/hostap/ |
D | hostap_ioctl.c | 3901 static const iw_handler prism2_handler[] = 3947 static const iw_handler prism2_private_handler[] =
|
/linux-6.6.21/drivers/net/wireless/atmel/ |
D | atmel.c | 2538 static const iw_handler atmel_handler[] = 2571 static const iw_handler atmel_private_handler[] =
|
/linux-6.6.21/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 7973 static iw_handler ipw2100_wx_handlers[] = { 8054 static iw_handler ipw2100_private_handler[] = { 8223 .private = (iw_handler *) ipw2100_private_handler,
|
D | ipw2200.c | 9829 static iw_handler ipw_wx_handlers[] = { 9925 static iw_handler ipw_priv_handler[] = {
|
/linux-6.6.21/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 2256 static const iw_handler gelic_wl_wext_handler[] =
|
/linux-6.6.21/drivers/net/wireless/cisco/ |
D | airo.c | 7608 static const iw_handler airo_handler[] = 7659 static const iw_handler airo_private_handler[] =
|
/linux-6.6.21/ |
D | MAINTAINERS | 124 F: include/net/iw_handler.h
|