Lines Matching defs:handler
738 iw_handler handler, struct net_device *dev,
864 err = handler(dev, info, (union iwreq_data *) iwp, extra);
904 * Call the commit handler in the driver
910 * before doing the commit. Drivers that will define a commit handler
927 /* Call the commit handler on the driver */
949 iw_handler handler;
975 /* New driver API : try to find the handler */
976 handler = get_handler(dev, cmd);
977 if (handler) {
980 return standard(dev, iwr, cmd, info, handler);
982 return private(dev, iwr, cmd, info, handler);
1020 * Wrapper to call a standard Wireless Extension handler.
1028 iw_handler handler)
1042 ret = handler(dev, info, &(iwr->u), NULL);
1050 handler, dev, info);
1053 /* Call commit handler if needed and defined */
1090 iw_handler handler)
1100 return ioctl_standard_call(dev, iwr, cmd, info, handler);
1107 err = ioctl_standard_iw_point(&iwp, cmd, descr, handler, dev, info);