5 * wireless extensions interface to the core code
10 #ifdef CONFIG_WIRELESS_EXT
11 extern int wext_proc_init(struct net *net);
12 extern void wext_proc_exit(struct net *net);
13 extern int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd,
15 extern int compat_wext_handle_ioctl(struct net *net, unsigned int cmd,
18 static inline int wext_proc_init(struct net *net)
22 static inline void wext_proc_exit(struct net *net)
26 static inline int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd,
31 static inline int compat_wext_handle_ioctl(struct net *net, unsigned int cmd,
38 #endif /* __NET_WEXT_H */