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

/net/wireless/
H A Dwext-core.c607 /* IW handlers */
655 const struct iw_handler_def *handlers = NULL; local
659 handlers = dev->ieee80211_ptr->wiphy->wext;
663 handlers = dev->wireless_handlers;
666 if (!handlers)
671 if (index < handlers->num_standard)
672 return handlers->standard[index];
677 if (index < handlers->num_private)
678 return handlers->private[index];

Completed in 30 milliseconds