| * wireless extensions interface to the core code |
| #ifdef CONFIG_WIRELESS_EXT |
| extern int wext_proc_init(struct net *net); |
| extern void wext_proc_exit(struct net *net); |
| extern int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, |
| extern int compat_wext_handle_ioctl(struct net *net, unsigned int cmd, |
| static inline int wext_proc_init(struct net *net) |
| static inline void wext_proc_exit(struct net *net) |
| static inline int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, |
| static inline int compat_wext_handle_ioctl(struct net *net, unsigned int cmd, |
| #endif /* __NET_WEXT_H */ |